aboutsummaryrefslogtreecommitdiff
path: root/.profile
blob: b3a0a289e1f7f4f0dbafef0ac8718495f91c014a (plain)
1
2
3
4
5
if [ -z $TMUX ]; then
    redshift -c $HOME/.dotfiles/redshift.conf &
fi

export PATH=$PATH:/usr/local/go/bin