diff --git a/dot_tmux.conf b/dot_tmux.conf index e68e21d..803130b 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -108,9 +108,8 @@ bind Down last-window \; swap-pane -s tmp.1 \; kill-window -t tmp bind -r ( switch-client -p bind -r ) switch-client -n -# set zsh as default shell -# set -g default-command "/bin/bash --login" -# set -g default-shell /bin/bash +set -g default-command "/bin/fish --login" +set -g default-shell /bin/fish # recording program output to a log bind P pipe-pane -o "cat >>~/#W.log" \; display "Toggled logging to ~/#W.log"