tmux: set default shell to fish
This commit is contained in:
parent
517baa16d1
commit
ff587c5f9a
@ -2,6 +2,8 @@ unbind C-b
|
|||||||
set-option -g prefix C-a
|
set-option -g prefix C-a
|
||||||
bind-key C-a send-prefix
|
bind-key C-a send-prefix
|
||||||
|
|
||||||
|
set -g default-shell "/bin/fish"
|
||||||
|
|
||||||
set -g status-position top
|
set -g status-position top
|
||||||
set -g status-left-length 20
|
set -g status-left-length 20
|
||||||
set -g status-left '#{user}@#h'
|
set -g status-left '#{user}@#h'
|
||||||
|
Loading…
Reference in New Issue
Block a user