mirror of
https://github.com/lawrencesystems/dotfiles.git
synced 2024-11-09 23:24:11 -08:00
8 lines
135 B
Bash
8 lines
135 B
Bash
if [ -n "$TMUX" ]; then
|
|
# called inside tmux session, do tmux things
|
|
. ~/.profile
|
|
|
|
fi
|
|
# Trigger ~/.bashrc commands
|
|
. ~/.bashrc
|