diff --git a/.tmux.conf b/.tmux.conf index f7502a3..bf2581e 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,9 +1,9 @@ -# tmux theme -set-option -g status-position top -source-file "${XDG_CONFIG_HOME}/tmux/tmux.theme" - # default shell set-option -g default-shell /bin/zsh +set-option -g status-position top + +# tmux theme +source-file "${XDG_CONFIG_HOME}/tmux/tmux.theme" # Remap prefix from 'C-b' to 'C-a' unbind C-b