diff options
Diffstat (limited to 'tmux.conf')
-rw-r--r-- | tmux.conf | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -92,3 +92,13 @@ set-option -g display-panes-colour colour244 # right status bar set -g status-right '#H #[fg=colour226,bg=colour239] %d/%m #[fg=colour226,bg=colour239] %H:%M ' set -g status-right-length 50 + +### Plugins + +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-resurrect' +set -g @plugin 'johannst/tmux-save-bash-env' + +# Initialize TMUX plugin manager +run-shell '~/.tmux/plugins/tpm/tpm' + |