dotfiles/.bash_profile
flipsidecreations ff00b234f1 Removed TMUX special bindings
Removed VIM plugins
2018-02-19 07:11:07 -05:00

7 lines
134 B
Bash

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