This file contains 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 d="cd ~/Downloads" | |
alias dt="cd ~/Desktop" | |
alias p="cd ~/workspace" | |
alias g="git" | |
alias gs="git status" | |
alias gpull="git pull origin master" | |
alias gpush="git push origin master" | |
alias c="clear" |