diff options
| author | nsfisis <nsfisis@gmail.com> | 2022-12-15 22:24:53 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2022-12-15 22:24:53 +0900 |
| commit | 8d292ffaaf403413ed50e108a78fe6bf400b0343 (patch) | |
| tree | 3516da53245b8c4e7a020ffb6280b7e5f84d9887 /.config/tmux/tmux.conf | |
| parent | 01976b0388d9f4868140b339d70c84e2266f13dd (diff) | |
| download | dotfiles-8d292ffaaf403413ed50e108a78fe6bf400b0343.tar.gz dotfiles-8d292ffaaf403413ed50e108a78fe6bf400b0343.tar.zst dotfiles-8d292ffaaf403413ed50e108a78fe6bf400b0343.zip | |
tmux: unset default-shell
Diffstat (limited to '.config/tmux/tmux.conf')
| -rw-r--r-- | .config/tmux/tmux.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 1cff1c9..6d0535f 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -13,7 +13,6 @@ set-option -g base-index 1 set-option -g pane-base-index 1 set-option -g renumber-windows on -set-option -g default-shell /usr/local/bin/zsh set-option -g history-limit 10000 set-option -g focus-events on set-option -g escape-time 10 |
