Skip to content

Instantly share code, notes, and snippets.

@stolinski
Created September 14, 2017 19:50
Show Gist options
  • Save stolinski/006bbc01648e97741dd7213897149fd9 to your computer and use it in GitHub Desktop.
Save stolinski/006bbc01648e97741dd7213897149fd9 to your computer and use it in GitHub Desktop.
My Aliases
alias l="ls -la"
alias add="git add ."
alias com="git commit -m"
alias push="git push"
alias start="npm run start"
alias deploy="npm run deploy"
alias in="npm install --save"
# FYI these are for FishShell, I'm not entirely sure of Bash or ZSH alias syntax but you get the idea.
@RobinMalfait
Copy link

Note: it's the same syntax for Bash and ZSH ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment