Skip to content

Commit

Permalink
Use zsh by default with tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Apr 27, 2024
1 parent 9e7f8e5 commit 5039fcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .tmux.conf
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e

################################################################################

VERSION="2.4.2"
VERSION="2.4.3"

################################################################################

Expand Down

0 comments on commit 5039fcf

Please sign in to comment.