Explorar el Código

Set default terminal in tmux

Andrew Swistak hace 6 años
padre
commit
2cda12c4a3
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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