Bash: sayit alias.

This commit is contained in:
Artem Sapegin 2013-02-24 23:23:55 +04:00
parent 5ffb925cc6
commit bbe34619e6
1 changed files with 3 additions and 0 deletions

View File

@ -83,6 +83,9 @@ password() { openssl rand -base64 ${1:-8}; }
# Show $PATH in a readable way
alias path='echo -e ${PATH//:/\\n}'
# Say whats in the clipboard
alias sayit="pbpaste | say"
# NPM
alias npm-patch='npm version patch -m "%s"'
alias npm-release='npm version minor -m "%s"'