diff --git a/.tmux.conf b/.tmux.conf index b88cc6f..6e56d91 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,5 +1,8 @@ ## TMUX ######################################################################## +# use zsh by default +set -g default-shell /bin/zsh + # start windows and panes at 1, not 0 set -g base-index 1 setw -g pane-base-index 1 diff --git a/install.sh b/install.sh index e66d3e3..560804a 100755 --- a/install.sh +++ b/install.sh @@ -7,7 +7,7 @@ set -e ################################################################################ -VERSION="2.4.2" +VERSION="2.4.3" ################################################################################