updated installation instructions in README.
tmux 1.8 doesn't silently ignore sourcing missing files anymore.
This commit is contained in:
parent
7808fd53d3
commit
4442ebff3e
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ Installation
|
||||||
$ rm -rf .tmux
|
$ rm -rf .tmux
|
||||||
$ git clone https://github.com/gpakosz/.tmux.git
|
$ git clone https://github.com/gpakosz/.tmux.git
|
||||||
$ ln -s .tmux/.tmux.conf
|
$ 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
|
### Accessing the Mac OSX clipboard from within tmux sessions
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue