From 55ba0dc676c109533d5e6ca338c6f1065fb5525f Mon Sep 17 00:00:00 2001 From: Colin Henry Date: Thu, 6 Oct 2022 15:06:47 -0700 Subject: [PATCH] added source to file, so i didnt have to keep it somewhere else --- tmux/tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 4d6c2f3..60b0280 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,3 +1,4 @@ +# based on config described here: https://www.youtube.com/watch?v=B-1wGwvUwm8 unbind C-b set -g prefix C-a @@ -20,4 +21,4 @@ set -g @dracula-show-powerline true set -g @dracula-show-left-icon session set -g @dracula-plugins "cpu-usage ram-usage" -run '~/.config/tmux/plugins/tpm/tpm' \ No newline at end of file +run '~/.config/tmux/plugins/tpm/tpm'