diff options
author | David Li <li.davidm96@gmail.com> | 2021-02-20 13:10:51 -0500 |
---|---|---|
committer | David Li <li.davidm96@gmail.com> | 2021-02-20 13:10:51 -0500 |
commit | ada9d7240a5b5579ce2fc56cce2bd6b5a880b087 (patch) | |
tree | 94aec88de0282b74d851753fcb3b5dc4ca1b29f5 /tmux.conf | |
parent | b79056286e4b71e86d52db91db031522ea2bb806 (diff) |
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 |