aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2011-11-27 18:51:48 +1300
committerTom Ryder <tom@sanctum.geek.nz>2011-11-27 18:51:48 +1300
commit382adfc435b4f9af6ddaef6b141b8d35d3d44b31 (patch)
tree1df82d54b738fc52c16694ba81e3d5c2324b0e66
parentAdd another couple of frequently fat-fingered commands (diff)
downloaddotfiles-382adfc435b4f9af6ddaef6b141b8d35d3d44b31.tar.gz
dotfiles-382adfc435b4f9af6ddaef6b141b8d35d3d44b31.zip
tmux doesn't work very well on our SSH gateway at work -- I'll delay the switch a little longer, maybe until we move to squeeze
-rw-r--r--README2
-rw-r--r--tmux/tmux.conf1
2 files changed, 0 insertions, 3 deletions
diff --git a/README b/README
index 138cd712..926e006e 100644
--- a/README
+++ b/README
@@ -6,7 +6,6 @@ rm .bash_logout
rm .profile
rm .gitconfig
rm .screenrc
-rm .tmux.conf
rm .vimrc
rm .gvimrc
ln -s Dotfiles/vim/vim .vim
@@ -16,7 +15,6 @@ ln -s Dotfiles/bash/bash_logout .bash_logout
ln -s Dotfiles/bash/profile .profile
ln -s Dotfiles/git/gitconfig .gitconfig
ln -s Dotfiles/screen/screenrc .screenrc
-ln -s Dotfiles/tmux/tmux.conf .tmux.conf
ln -s Dotfiles/vim/vimrc .vimrc
ln -s Dotfiles/vim/gvimrc .gvimrc
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
deleted file mode 100644
index 336925fa..00000000
--- a/tmux/tmux.conf
+++ /dev/null
@@ -1 +0,0 @@
-set -g default-terminal "screen-256color"