diff --git a/bash/.bash_profile b/bash/.bash_profile index e26b5eb..151d743 100755 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -10,6 +10,6 @@ export PATH="$PATH":$HOME/.local/bin alias ls='ls -AFh --color' alias vim=nvim if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then - tmux && exit + tmux new-session -A && exit fi neofetch