From 4442ebff3e9f5fb5a97f2f0da4e6abfc9c534538 Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Thu, 22 Aug 2013 10:37:01 +0200 Subject: [PATCH] updated installation instructions in README. tmux 1.8 doesn't silently ignore sourcing missing files anymore. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d39b8f0..0d8dbf6 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,10 @@ 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