From 16861d83145ae0d45161cc29005c649781be3a50 Mon Sep 17 00:00:00 2001 From: Fergus Molloy Date: Sat, 2 Aug 2025 01:21:14 +0100 Subject: [PATCH] update tmux --- tmux/.tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 256c55b..1c520e5 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,4 +1,5 @@ -set-option -g default-shell /usr/bin/zsh +set-option -g default-command "${SHELL}" +set-option -g default-shell "${SHELL}" set -g mouse on @@ -28,4 +29,4 @@ bind c new-window -c "#{pane_current_path}" bind \" split-pane -c "#{pane_current_path}" bind % split-pane -h -c "#{pane_current_path}" -bind p run-shell tmuxpopup +bind p run-shell /home/fergus/.local/bin/tmuxpopup