X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=tmux.conf.in;h=2c2774400e16d9bfe3bf52eef0f28c738710e86b;hb=0b60017e21b2b4d2253d1b3dc2d97341db0555e4;hp=9c22dfb9694541f723ef2827f102311a8ba45715;hpb=7d5048570745abcae35256e8a34e8a2f4d0f3b0a;p=config%2Fdotfiles.git diff --git a/tmux.conf.in b/tmux.conf.in index 9c22dfb..2c27744 100644 --- a/tmux.conf.in +++ b/tmux.conf.in @@ -23,6 +23,10 @@ # GENERAL +# Use Zsh as shell. Tmux does not display a warning if the shell isn't +# available! +set-option -g default-shell "/bin/zsh" + # Use a larger window history, in lines. set-option -g history-limit 10000