commit 13cd4914918d27f8e7e02174e25063dde984eeb2
parent 140442b1af7c3f2a1838118f2087010aad93a4df
Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de>
Date: Mon, 16 Dec 2019 20:52:23 +0100
Disable powerline fonts
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/tmux.conf b/tmux.conf
@@ -117,6 +117,8 @@ bind L lock-session
##################################################################
set -g @plugin "arcticicestudio/nord-tmux"
+set -g @nord_tmux_no_patched_font "1"
+
run -b "~/.tmux/plugins/tpm/tpm"
##################################################################