diff options
Diffstat (limited to 'tmux.conf')
-rw-r--r-- | tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ unbind C-b # set shell -#set -g default-shell '/bin/ksh' +set -g default-shell '/usr/local/bin/fish' # command sequence for nested tmux sessions bind-key a send-prefix |