Make fish the default shell.
Useful for work computers where changing my default shell could have larger consequences.
This commit is contained in:
parent
ecd18298e0
commit
2b21bde9df
|
@ -1,3 +1,5 @@
|
||||||
|
set-option -g default-shell /usr/bin/fish
|
||||||
|
|
||||||
bind-key h select-pane -L
|
bind-key h select-pane -L
|
||||||
bind-key j select-pane -D
|
bind-key j select-pane -D
|
||||||
bind-key k select-pane -U
|
bind-key k select-pane -U
|
||||||
|
|
Loading…
Reference in New Issue