tmux: set default shell to fish

This commit is contained in:
dogeystamp 2023-05-12 21:01:07 -04:00
parent 517baa16d1
commit ff587c5f9a
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -2,6 +2,8 @@ unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
set -g default-shell "/bin/fish"
set -g status-position top
set -g status-left-length 20
set -g status-left '#{user}@#h'