Bash: sayit alias.
This commit is contained in:
parent
5ffb925cc6
commit
bbe34619e6
@ -83,6 +83,9 @@ password() { openssl rand -base64 ${1:-8}; }
|
||||
# Show $PATH in a readable way
|
||||
alias path='echo -e ${PATH//:/\\n}'
|
||||
|
||||
# Say what’s in the clipboard
|
||||
alias sayit="pbpaste | say"
|
||||
|
||||
# NPM
|
||||
alias npm-patch='npm version patch -m "%s"'
|
||||
alias npm-release='npm version minor -m "%s"'
|
||||
|
Loading…
Reference in New Issue
Block a user