Skip to content

Instantly share code, notes, and snippets.

@helloanoop
Created June 5, 2018 09:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save helloanoop/917b5cf56dbf9d2d91a2ba8440070591 to your computer and use it in GitHub Desktop.
Save helloanoop/917b5cf56dbf9d2d91a2ba8440070591 to your computer and use it in GitHub Desktop.
Bashrc Aliases
alias gs='git status';
alias gd='git diff';
alias gpm='git push origin master';
alias b='npm run build';
alias t='npm test';
alias sd='npm run start.dev';
alias vscode='/home/anoop/.local/share/umake/ide/visual-studio-code/bin/code';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment