aboutsummaryrefslogtreecommitdiff
path: root/check_os.sh
blob: efee8b07e0cec503c7a5238aab0877a1ce2377f3 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env bash

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