diff --git a/bashprofile/.bashrc b/bashprofile/.bashrc index 3e29b66..5cf39ae 100644 --- a/bashprofile/.bashrc +++ b/bashprofile/.bashrc @@ -144,8 +144,10 @@ export MANPAGER='nvim +Man!' [ -r "$HOME/.bashrc-local" ] && . "$HOME/.bashrc-local" -if [ "$SUDO_USER" == "" ] && [ "$TMUX" == "" ] && ! (echo $TERM | grep -q tmux ) +if [ "$SUDO_USER" == "" ] && [ "$TMUX" == "" ] && ! (echo "$TERM" | grep -q tmux ) then tmux attach-session -t default || tmux new-session -s default fi +export PATH="$HOME/.local/bin:$PATH" +