aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAChavali <aryadevchavali1@gmail.com>2019-12-30 13:06:37 +0000
committerAChavali <aryadevchavali1@gmail.com>2019-12-30 13:06:37 +0000
commit6fdd4bb3e2783e4818182a1df4e19bf30a06fd32 (patch)
tree2afa0b45f871286bf8e6b442a6738b273717d11c
parent2a2659c532d070534cb4058a08b47067db2aeef8 (diff)
downloaddotfiles-6fdd4bb3e2783e4818182a1df4e19bf30a06fd32.tar.gz
dotfiles-6fdd4bb3e2783e4818182a1df4e19bf30a06fd32.tar.bz2
dotfiles-6fdd4bb3e2783e4818182a1df4e19bf30a06fd32.zip
+set the default shell to be zsh
-rw-r--r--tmux.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf
index 7c2d41e..66e707f 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -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'