aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"