diff options
Diffstat (limited to 'tmux.conf')
-rw-r--r-- | tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -42,4 +42,7 @@ bind -n C-right swap-window -t +1 # Status bar # set -g status-right '#{prefix_highlight} | %a %Y-%m-%d %H:%M' +# Use fish +set -g default-shell /usr/bin/fish + # TODO: put this in Git |