diff options
Diffstat (limited to 'check_os.sh')
-rwxr-xr-x | check_os.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/check_os.sh b/check_os.sh index 5f4b694..efee8b0 100755 --- a/check_os.sh +++ b/check_os.sh @@ -2,4 +2,6 @@ if [ "$(uname)" == "Darwin" ]; then tmux source-file "$HOME/.tmux/mac.tmux.config" +elif [ "$(uname)" == "Linux" ]; then + tmux source-file "$HOME/.tmux/linux.tmux.config" fi |