Browse Source

Added pipes alias for OS X.

master
Daniel Sissom 5 years ago
parent
commit
b58ecbb5de
Signed by untrusted user who does not match committer: djsissom GPG Key ID: 2C30FFB796852389
1 changed files with 1 additions and 0 deletions
  1. + 1
    - 0
      sh/aliases

+ 1
- 0
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

Loading…
Cancel
Save