Skip to content

Instantly share code, notes, and snippets.

@sidoshi
Created January 8, 2018 06:59
Show Gist options
  • Save sidoshi/f187a495e728bbcceb38dc6bbda7c928 to your computer and use it in GitHub Desktop.
Save sidoshi/f187a495e728bbcceb38dc6bbda7c928 to your computer and use it in GitHub Desktop.
A set of aliases I use in terminal shells
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