Skip to content

Instantly share code, notes, and snippets.

@Razatastic
Created February 14, 2019 20:36
Show Gist options
  • Save Razatastic/c1508f19cb53dcfa31759ab51e4479ee to your computer and use it in GitHub Desktop.
Save Razatastic/c1508f19cb53dcfa31759ab51e4479ee to your computer and use it in GitHub Desktop.
Alias List
# -------
# 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