Files
dotfiles/.bash_profile
2024-04-05 10:13:15 +02:00

8 lines
135 B
Bash

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