dotfiles/.bash_profile
osconlab f29e84dccc up
2023-03-29 14:30:12 +02:00

7 lines
135 B
Bash

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