From 12825d5147f5c0b1636dbda5ba34790d7c7bb236 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Fri, 9 Jun 2017 08:03:15 -0600 Subject: Moving files, cleaning up bug with drawer close (closing drawer in 2 places) --- tmux.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tmux.config') diff --git a/tmux.config b/tmux.config index 94dc931..ff910f0 100644 --- a/tmux.config +++ b/tmux.config @@ -75,11 +75,11 @@ set-option -g status-interval 2 set-option -g status-justify "centre" set-option -g status-left-length 110 set-option -g status-right-length 80 -set-option -g status-left "#(~/.tmux/powerline.sh left)" -set-option -g status-right "#(~/.tmux/powerline.sh right)" +set-option -g status-left "#(~/.tmux/scripts/powerline.sh left)" +set-option -g status-right "#(~/.tmux/scripts/powerline.sh right)" # Load/Ignore Mac specific options -run-shell "bash ~/.tmux/check_os.sh" +# run-shell "bash ~/.tmux/sripts/check_os.sh" # List of plugins set -g @plugin 'tmux-plugins/tpm' -- cgit v1.2.3