@@ -97,3 +97,12 @@ fi
# Example aliases
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
# Autostart tmux in SSH-session
if $(type tmux &>/dev/null); then
if [ -n "$SSH_CONNECTION" ]; then
if [ -z "$TMUX" ]; then
tmux attach -d || tmux new
fi
The note is not visible to the blocked user.