use fish as default shell

This commit is contained in:
odrling 2018-09-14 01:48:10 +02:00
parent 7681715b6d
commit 7f4af546fc
3 changed files with 3 additions and 10 deletions

View file

@ -1,9 +0,0 @@
fisherman/git_util
fisherman/host_info
fisherman/humanize_duration
fisherman/last_job_id
fisherman/metro
laughedelic/pisces
fisherman/pwd_info
fisherman/pwd_is_home
fisherman/segment

@ -1 +1 @@
Subproject commit 24b63d0c24ff96aa628cf9c2d8f381ac781f1744
Subproject commit 1f80f4fcc6eb8f294ffee154fa531d58f678c220

View file

@ -1,6 +1,8 @@
# prefix Control + N
set-option -g prefix C-b
set-option -g default-shell "/usr/bin/fish"
# switch panes using Alt-arrow without prefix
bind -n M-Left select-pane -L
bind -n M-Right select-pane -R