diff --git a/sh/aliases b/sh/aliases index 7ffb125..7ca19b4 100644 --- a/sh/aliases +++ b/sh/aliases @@ -187,6 +187,7 @@ case "$hostenv" in alias ssh='if [[ `ssh-add -l` == "The agent has no identities." ]]; then ssh-add -t 28800; fi && ssh' alias rsync='if [[ `ssh-add -l` == "The agent has no identities." ]]; then ssh-add -t 28800; fi && rsync' alias man='man -M /usr/local/opt/coreutils/libexec/gnuman:$MANPATH' + alias pipes='pipes.sh -t 3 -f 60 -r 8000' ;; esac