aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2011-11-04 19:20:46 +1300
committerTom Ryder <tom@sanctum.geek.nz>2011-11-04 19:20:46 +1300
commit12ffacbf353e604fca28259b8c30e00ffb433d91 (patch)
tree5184a9d789196d1a13ff4f9e3a33fa94780052a0
parentTrying Conque. (diff)
downloaddotfiles-12ffacbf353e604fca28259b8c30e00ffb433d91.tar.gz
dotfiles-12ffacbf353e604fca28259b8c30e00ffb433d91.zip
Nah.
-rw-r--r--.gitmodules3
-rw-r--r--bash/bashrc1
m---------vim/bundle/conque0
3 files changed, 1 insertions, 3 deletions
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
-Subproject da35739921a258ecce991040f9b1537897a8ff5