zshrc: Add alias to exit muxed ssh sessions

This commit is contained in:
Jannik Beyerstedt 2025-07-16 09:57:55 +02:00
parent e86374973a
commit e0aadfa499

View file

@ -100,6 +100,8 @@ alias rsync-move="rsync -avz --info=progress2 -h --remove-source-files"
alias rsync-update="rsync -avzu --info=progress2 --partial -h"
alias rsync-synchronize="rsync -avzu --delete --info=progress2 --partial -h"
alias ssh-exit="ssh -O exit"
# stolen from: https://eldritch.cafe/@lexi/103707492979358755
alias doch='sudo sh -c "$(fc -n -l -- -1)"'