Skip to content

Commit

Permalink
default to zsh in tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Oct 22, 2011
1 parent 4af2b12 commit 75d7dfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .tmux.conf
Expand Up @@ -29,6 +29,8 @@ set -g default-terminal "screen-256color"
# don't wait for an escape sequence after seeing C-a # don't wait for an escape sequence after seeing C-a
set -s escape-time 0 set -s escape-time 0


set -g default-shell /bin/zsh

# constrain size based on the maximum of the smallest connected # constrain size based on the maximum of the smallest connected
# client to that window (cf. smallest connected to session) # client to that window (cf. smallest connected to session)
setw aggressive-resize on setw aggressive-resize on
Expand Down

0 comments on commit 75d7dfe

Please sign in to comment.