diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-06-18 07:04:35 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-06-18 07:04:35 -0600 |
commit | c55e14868abb14b93ef3b38cf507afa23a987ce3 (patch) | |
tree | a9935f22e241620492cfed6873879b1c16d63451 /tmux.config | |
parent | 154a15d5c3afa693463587e8e5083297e40d89a6 (diff) |
Put configs back into separate files
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' |