Created
February 14, 2019 20:36
-
-
Save Razatastic/c1508f19cb53dcfa31759ab51e4479ee to your computer and use it in GitHub Desktop.
Alias List
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ------- | |
| # Aliases | |
| # ------- | |
| # Brew | |
| alias brewup='brew update; brew upgrade; brew cask upgrade; brew cleanup; brew doctor' | |
| #NPM Global list | |
| alias npmlist='npm list -g --depth 0' | |
| #Create React App | |
| alias cra='npx create-react-app' | |
| alias cowsay='npx cowsay' | |
| alias py3='python3' | |
| alias wifi='networksetup -setairportpower en0 off; sleep 2; networksetup -setairportpower en0 on;' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment