dotfiles/.bash_profile
flipsidecreations 5e07bfd3ae latest version
2018-03-26 07:43:39 -04:00

8 lines
135 B
Bash

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