diff options
author | AChavali <aryadevchavali1@gmail.com> | 2019-12-30 13:06:37 +0000 |
---|---|---|
committer | AChavali <aryadevchavali1@gmail.com> | 2019-12-30 13:06:37 +0000 |
commit | 6fdd4bb3e2783e4818182a1df4e19bf30a06fd32 (patch) | |
tree | 2afa0b45f871286bf8e6b442a6738b273717d11c | |
parent | 2a2659c532d070534cb4058a08b47067db2aeef8 (diff) | |
download | dotfiles-6fdd4bb3e2783e4818182a1df4e19bf30a06fd32.tar.gz dotfiles-6fdd4bb3e2783e4818182a1df4e19bf30a06fd32.tar.bz2 dotfiles-6fdd4bb3e2783e4818182a1df4e19bf30a06fd32.zip |
+set the default shell to be zsh
-rw-r--r-- | tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ set -g base-index 1 +set -g default-shell /usr/bin/zsh +set -g default-command /usr/bin/zsh set-option -g prefix C-a set-window-option -g mode-keys vi set -g @themepack 'powerline/block/blue' |