aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-08-19 21:32:35 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-08-19 21:32:35 +1200
commite4b9542e4f9c0692cc80a2d742986aac36f53561 (patch)
tree2ed87d7a3d14347291e23309e6cff2e283626d8c /install
parentAdd X dotfiles (diff)
downloaddotfiles-e4b9542e4f9c0692cc80a2d742986aac36f53561.tar.gz
dotfiles-e4b9542e4f9c0692cc80a2d742986aac36f53561.zip
Don't really need color degrading in tmux
If I'm on a 16-color terminal then I'm probably not going to want to use it anyway, and if I really want to then I know how to fix it.
Diffstat (limited to 'install')
-rwxr-xr-xinstall1
1 files changed, 0 insertions, 1 deletions
diff --git a/install b/install
index 3fd028eb..b1ff094c 100755
--- a/install
+++ b/install
@@ -12,7 +12,6 @@ ln -fs ".dotfiles/bash/bash_logout" "${HOME}/.bash_logout"
ln -fs ".dotfiles/git/gitconfig" "${HOME}/.gitconfig"
ln -fs ".dotfiles/readline/inputrc" "${HOME}/.inputrc"
ln -fs ".dotfiles/tmux/tmux.conf" "${HOME}/.tmux.conf"
-ln -fs ".dotfiles/tmux/tmux.conf.256" "${HOME}/.tmux.conf.256"
ln -fs ".dotfiles/vim/vimrc" "${HOME}/.vimrc"
ln -fs ".dotfiles/vim/gvimrc" "${HOME}/.gvimrc"
ln -fs ".dotfiles/X/Xdefaults" "${HOME}/.Xdefaults"