diff --git a/.bashrc b/.bashrc index 724351d..d84ea44 100644 --- a/.bashrc +++ b/.bashrc @@ -80,5 +80,5 @@ export LANG=ru_RU.UTF-8 # auto into tmux session if [[ -n "$PS1" ]] && [[ -z "$TMUX" ]] && [[ -n "$SSH_CONNECTION" ]]; then - sudo tmux attach || sudo tmux + tmux attach || tmux fi