Skip to content

Instantly share code, notes, and snippets.

@stephenbelyea
Created August 14, 2020 22:57
Show Gist options
  • Save stephenbelyea/0cf07580f0a8078b568cd8a1c3841a8e to your computer and use it in GitHub Desktop.
Save stephenbelyea/0cf07580f0a8078b568cd8a1c3841a8e to your computer and use it in GitHub Desktop.
Helpful terminal profile aliases
alias cdc="cd ~/Code && ls"
alias gfcp="git stash && git fetch && git checkout master && git pull && git status"
alias rmin="rm -rf ./node_modules && rm package-lock.json && npm install"
alias inst="npm install && npm start"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment