diff options
author | 135e2 <[email protected]> | 2023-01-17 11:35:54 +0800 |
---|---|---|
committer | 135e2 <[email protected]> | 2023-01-17 11:35:54 +0800 |
commit | 425a6c24af1827d0f8d295fd65d2c902eabc42e6 (patch) | |
tree | ece1ea9a37ed4a0fb2acc42d97274e5aa2d75362 | |
parent | 0dcfd81d031c2ae08edc4f958f0189905b39ea27 (diff) | |
download | dotfiles-425a6c24af1827d0f8d295fd65d2c902eabc42e6.tar.gz dotfiles-425a6c24af1827d0f8d295fd65d2c902eabc42e6.tar.bz2 dotfiles-425a6c24af1827d0f8d295fd65d2c902eabc42e6.zip |
.tmux.conf.local: update to 20230117
- We're all nord-ish lovers, right?
-rw-r--r-- | .tmux.conf.local | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.tmux.conf.local b/.tmux.conf.local index b6a5d70..4043e5b 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -389,6 +389,8 @@ set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-continuum' set -g @continuum-restore 'on' set -g @plugin 'tmux-plugins/tmux-open' +set -g @plugin "arcticicestudio/nord-tmux" +set -g @plugin 'tmux-plugins/tmux-prefix-highlight' # -- custom variables ---------------------------------------------------------- |