fix: remove tmux word from tmux shell

This commit is contained in:
Ben Grande 2025-01-08 16:58:37 +01:00
parent 4a8aa80c2e
commit d9c45c652c
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56
2 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ set -g @suspend_key 'F12'
## }}}
#! {{{ End
if-shell 'test -f "$HOME/.tmux.conf.local"' 'tmux source "$HOME/.tmux.conf.local"'
if-shell 'test -f "$HOME/.tmux.conf.local"' 'source "$HOME/.tmux.conf.local"'
run-shell 'command -v tmux-sorcerer >/dev/null && tmux-sorcerer ~/.config/tmux/plugins ~/src/tmux/plugins'
## }}}