diff options
author | Urbain Vaes <urbain@vaes.uk> | 2019-08-19 12:29:57 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2019-08-19 12:38:54 +0200 |
commit | 504321b84aca2ca20a869ffebb312b25c7ff2617 (patch) | |
tree | 746f396b36930e3037d4808800de7d4f4dc060aa /tmux/.tmux.conf | |
parent | 5d36e3a6a82e316ead20c00e5e742cb4215d1c03 (diff) |
Store plugins in $HOME/dotfiles/plugins
Diffstat (limited to 'tmux/.tmux.conf')
-rw-r--r-- | tmux/.tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 3a55112..17d199f 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -29,7 +29,7 @@ set-hook -g client-attached "if-shell '[ -n \""'$SSH_CONNECTION'"\" ]' 'set stat PILOT_IGNORE= PILOT_BOUNDARY=ignore PILOT_MODE=wintab -PILOT_ROOT=$HOME/Dropbox/projects/vim-wintab +PILOT_ROOT=$HOME/dotfiles/plugins/vim-wintab source-file $PILOT_ROOT/pilot.tmux # Bind for clear-screen |