dotfiles/.bash_profile

8 lines
135 B
Bash
Raw Permalink Normal View History

if [ -n "$TMUX" ]; then
# called inside tmux session, do tmux things
. ~/.profile
2018-03-26 04:43:39 -07:00
fi
# Trigger ~/.bashrc commands
. ~/.bashrc