summaryrefslogtreecommitdiff
path: root/.bash_profile
blob: f88244310835350198a850ed2be59d93724a4601 (plain)
1
2
3
4
5
if [ -z "$TMUX" ]; then
    tmux attach -t lxf-remote || tmux new -s lxf-remote
fi

[[ -f ~/.bashrc ]] && . ~/.bashrc