From 12ffacbf353e604fca28259b8c30e00ffb433d91 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 4 Nov 2011 19:20:46 +1300 Subject: Nah. --- .gitmodules | 3 --- bash/bashrc | 1 + vim/bundle/conque | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) delete mode 160000 vim/bundle/conque diff --git a/.gitmodules b/.gitmodules index 6e9114a2..e562d1e0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,6 +10,3 @@ path = vim/bundle/surround url = https://github.com/tpope/vim-surround.git ignore = dirty -[submodule "vim/bundle/conque"] - path = vim/bundle/conque - url = https://github.com/rson/vim-conque.git diff --git a/bash/bashrc b/bash/bashrc index 87f499fa..de574fcb 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -31,6 +31,7 @@ fi # set a fancy prompt (non-color, unless we know we "want" color) case "$TERM" in xterm-color) color_prompt=yes;; + xterm-256color) color_prompt=yes;; esac # uncomment for a colored prompt, if the terminal has the capability; turned diff --git a/vim/bundle/conque b/vim/bundle/conque deleted file mode 160000 index da357399..00000000 --- a/vim/bundle/conque +++ /dev/null @@ -1 +0,0 @@ -Subproject commit da35739921a258ecce991040f9b1537897a8ff57 -- cgit v1.2.3