Make fish the default shell.

Useful for work computers where changing my default shell could have
larger consequences.
This commit is contained in:
Eli Ribble 2024-03-06 19:19:26 +00:00
parent ecd18298e0
commit 2b21bde9df
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
set-option -g default-shell /usr/bin/fish
bind-key h select-pane -L
bind-key j select-pane -D
bind-key k select-pane -U