1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-06-25 02:08:32 +02:00

zsh: aliases: fix ssh1 alias (force new master, no persist)

This commit is contained in:
bretello 2024-04-05 15:07:49 +02:00
parent 114bbe758e
commit 22023f667e
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

View File

@ -58,8 +58,8 @@ fi
## Stress one CPU core ## Stress one CPU core
alias stress='yes >> /dev/null' alias stress='yes >> /dev/null'
# define ssh without controlmaster # ssh forcing a new connection (no persistent)
alias ssh1="ssh -o ControlMaster=no" alias ssh1="ssh -o ControlMaster=yes -o ControlPersist=no"
alias watcha='watch ' # note the space after watch. This makes watch work with aliases alias watcha='watch ' # note the space after watch. This makes watch work with aliases