[bugfix] fish path

This commit is contained in:
Klesh Wong 2020-12-17 16:16:23 +08:00
parent 226ab0f31d
commit d56ca4c582

View File

@ -16,7 +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 default-shell /usr/bin/fish
# set -g prefix C-h
bind-key c new-window -c '#{pane_current_path}'
bind-key '"' split-window -c '#{pane_current_path}'