Skip to content

Commit

Permalink
Support local tmux configs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewferk committed Mar 3, 2014
1 parent 45b779c commit 399bcf4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tmux.conf
Expand Up @@ -68,3 +68,6 @@ set -g visual-activity on

# disable automatic window renaming
set-option -g allow-rename off

# load local config
if-shell "[ -f ~/.tmux.conf.local ]" 'source ~/.tmux.conf.local'

0 comments on commit 399bcf4

Please sign in to comment.