Created
June 5, 2018 09:53
-
-
Save helloanoop/917b5cf56dbf9d2d91a2ba8440070591 to your computer and use it in GitHub Desktop.
Bashrc Aliases
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
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