Created
January 8, 2018 06:59
-
-
Save sidoshi/f187a495e728bbcceb38dc6bbda7c928 to your computer and use it in GitHub Desktop.
A set of aliases I use in terminal shells
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 ghub="cd ~/Github" | |
alias glab="cd ~/Gitlab" | |
alias s="git status" | |
alias p="git push" | |
alias textedit="open -a TextEdit" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment