mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-12-03 16:21:32 +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
|
||||
alias stress='yes >> /dev/null'
|
||||
|
||||
# define ssh without controlmaster
|
||||
alias ssh1="ssh -o ControlMaster=no"
|
||||
# ssh forcing a new connection (no persistent)
|
||||
alias ssh1="ssh -o ControlMaster=yes -o ControlPersist=no"
|
||||
|
||||
alias watcha='watch ' # note the space after watch. This makes watch work with aliases
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user