took advantage of tmux 1.8 blocking 'if-shell' to detect '~/.tmux.conf.local'

starting with tmux 1.8, it's an error to source a non existing file
This commit is contained in:
Gregory Pakosz
2013-08-28 08:58:09 +02:00
parent 2204f4380b
commit f774b98577
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -19,10 +19,6 @@ Installation
$ rm -rf .tmux
$ git clone https://github.com/gpakosz/.tmux.git
$ ln -s .tmux/.tmux.conf
$ touch ~/.tmux.conf.local
Note: `tmux` 1.8 doesn't silently ignore sourcing missing files anymore. That's
why you now have to `touch ~/.tmux.conf.local`.
### Accessing the Mac OSX clipboard from within tmux sessions