From 28710e23a6a4bba50997b103e23e39cc5f1539dc Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 19 Jun 2021 21:12:46 +0100 Subject: [PATCH] tmux: Remove nord theme --- .tmux.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 3fb6adbc..3f405153 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -79,7 +79,6 @@ bind C-l send-keys 'C-l' bind C-k send-keys 'C-k' # Plugins -set -g @plugin "arcticicestudio/nord-tmux" set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tpm'