Skip to content

Commit

Permalink
tmux: Fix tpm not loading plugins in ~/.tmux.conf.local.
Browse files Browse the repository at this point in the history
  • Loading branch information
yjyao committed Sep 25, 2021
1 parent 1a2f692 commit 3aaac45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmux/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ set -g @extrakto_grab_area 'window full'
set -g @extrakto_copy_key 'ctrl-y'
set -g @extrakto_insert_key 'enter'

if-shell '[ -r ~/.tmux.conf.local ]' "source-file ~/.tmux.conf.local"
source-file -q ~/.tmux.conf.local

# initialize tmux plugin manager
if-shell '[ -r ~/.tmux/plugins/tpm/tpm ]' "run -b '~/.tmux/plugins/tpm/tpm'"

0 comments on commit 3aaac45

Please sign in to comment.