dotfiles/.bash_profile

7 lines
134 B
Bash
Raw Normal View History

if [ -n "$TMUX" ]; then
# called inside tmux session, do tmux things
. ~/.profile
fi
# Trigger ~/.bashrc commands
. ~/.bashrc