commit b1115d7f88d10abf8cf18db33d55b904391adf64 parent e0e7d9c1001a55c62e1915bd055bac4fc1a9c97e Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de> Date: Sun, 15 Dec 2019 19:41:18 +0100 Add nord based tmux status line Diffstat:
M | tmux.conf | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/tmux.conf b/tmux.conf @@ -113,5 +113,12 @@ bind l lock-client bind L lock-session ################################################################## +###################### plugins ################################### +################################################################## + +set -g @plugin "arcticicestudio/nord-tmux" +run -b "~/.tmux/plugins/tpm/tpm" + +################################################################## ################################################################## ##################################################################