From d9c45c652c3b24d51b68bd4c6d3ded5167bab38c Mon Sep 17 00:00:00 2001 From: Ben Grande Date: Wed, 8 Jan 2025 16:58:37 +0100 Subject: [PATCH] fix: remove tmux word from tmux shell --- .../mutt/.config/mutt/{00_mailbox.muttrc => 01_mailbox.muttrc} | 0 files/tmux/.config/tmux/tmux.conf | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename files/mutt/.config/mutt/{00_mailbox.muttrc => 01_mailbox.muttrc} (100%) diff --git a/files/mutt/.config/mutt/00_mailbox.muttrc b/files/mutt/.config/mutt/01_mailbox.muttrc similarity index 100% rename from files/mutt/.config/mutt/00_mailbox.muttrc rename to files/mutt/.config/mutt/01_mailbox.muttrc diff --git a/files/tmux/.config/tmux/tmux.conf b/files/tmux/.config/tmux/tmux.conf index 881b48b..e08f446 100644 --- a/files/tmux/.config/tmux/tmux.conf +++ b/files/tmux/.config/tmux/tmux.conf @@ -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' ## }}}