mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-12-04 16:51:31 +01:00
zsh: aliases: fix ssh1 alias (force new master, no persist)
This commit is contained in:
parent
114bbe758e
commit
22023f667e
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user