mirror of
https://github.com/lawrencesystems/dotfiles.git
synced 2025-03-05 20:49:40 -08:00
7 lines
134 B
Bash
7 lines
134 B
Bash
if [ -n "$TMUX" ]; then
|
|
# called inside tmux session, do tmux things
|
|
. ~/.profile
|
|
fi
|
|
# Trigger ~/.bashrc commands
|
|
. ~/.bashrc
|