[misc] set default shell to fish

This commit is contained in:
Klesh Wong 2020-11-02 00:53:52 +08:00
parent 008d5cdede
commit 3b29e69cc7

View File

@ -16,6 +16,7 @@ set-option -g display-time 4000
############################
setw -g mode-keys vi
set -g status-keys vi
set -g default-shell /bin/fish
# set -g prefix C-h
bind-key c new-window -c '#{pane_current_path}'
bind-key '"' split-window -c '#{pane_current_path}'