]> git.rmz.io Git - dotfiles.git/blobdiff - tmux/tmux.conf
zsh/prompt: don't try to populate git prompt if not in git repo
[dotfiles.git] / tmux / tmux.conf
index 487d7e11ba0a48d72e56db3c57d7ff78e01f6eb0..8184f5377a8495fdd3855226c9227af8fa37c348 100644 (file)
@@ -36,3 +36,7 @@ bind-key -r H resize-pane -L 5
 bind-key -r J resize-pane -D 5
 bind-key -r K resize-pane -U 5
 bind-key -r L resize-pane -R 5
 bind-key -r J resize-pane -D 5
 bind-key -r K resize-pane -U 5
 bind-key -r L resize-pane -R 5
+
+#TODO use THEME env somehow, see FORMATS in tmux(1)
+set -g @plugin "arcticicestudio/nord-tmux"
+run '$XDG_CONFIG_HOME/tmux/plugins/tpm/tpm'