remove ssh alias

Doesn't work with scp and inside scripts - have to find a better
solution.
This commit is contained in:
2014-03-06 20:22:09 +03:00
parent 8bd42aa4b8
commit 8ed3c3b69d

1
.rc
View File

@@ -66,7 +66,6 @@ alias parent='ps -p $PPID -o comm='
alias dbgrep='dbgrep.pl -vpuroot'
alias tcpdump='tcpdump -l'
alias pacman='pacman --color auto'
alias ssh='ssh -o "ControlMaster=auto" -o "ControlPath=~/.ssh/ctl/master-%r@%h:%p" -o "ControlPersist=1h"'
function i4() {
if [ $# -eq 0 ]; then