diff options
Diffstat (limited to 'tmux.config')
-rw-r--r-- | tmux.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.config b/tmux.config index ff910f0..0b049d5 100644 --- a/tmux.config +++ b/tmux.config @@ -79,7 +79,7 @@ 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/sripts/check_os.sh" +run-shell "bash ~/.tmux/scripts/check_os.sh" # List of plugins set -g @plugin 'tmux-plugins/tpm' |