From b58ecbb5de4ff6e7b0966f984b8314041bfb1109 Mon Sep 17 00:00:00 2001 From: Daniel Sissom Date: Wed, 10 Jul 2019 21:17:54 -0500 Subject: [PATCH] Added pipes alias for OS X. --- sh/aliases | 1 + 1 file changed, 1 insertion(+) 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