Selaa lähdekoodia

Set default terminal in tmux

Andrew Swistak 6 vuotta sitten
vanhempi
commit
2cda12c4a3
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      tmux.conf

+ 3 - 0
tmux.conf

@@ -10,3 +10,6 @@ set -sg escape-time 0
 set -g status-bg black
 set -g status-fg green
 set-option -g status-position top
+
+# Make sure zsh is used by default
+set -g default-shell /bin/zsh