aboutsummaryrefslogtreecommitdiff
path: root/tmux.config
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2017-06-09 08:03:15 -0600
committerCody Hiar <codyfh@gmail.com>2017-06-10 16:00:35 -0600
commit12825d5147f5c0b1636dbda5ba34790d7c7bb236 (patch)
tree4e19cf279bd5aaed07209b21dbb2203d9f211a25 /tmux.config
parentf7e44ef5b68574a3803f27dc06143abecae430ca (diff)
Moving files, cleaning up bug with drawer close (closing drawer in 2 places)
Diffstat (limited to 'tmux.config')
-rw-r--r--tmux.config6
1 files changed, 3 insertions, 3 deletions
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'