Skip to content

Instantly share code, notes, and snippets.

@iAmShakil
Created May 18, 2020 14:36
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 iAmShakil/a48f53d043899783ed3492c4f5310d0b to your computer and use it in GitHub Desktop.
Save iAmShakil/a48f53d043899783ed3492c4f5310d0b to your computer and use it in GitHub Desktop.
.myaliases
#OS aliases
alias venv='source venv/bin/activate'
# git aliases
alias gc="git commit"
alias gs="git status"
alias gcom="git commit"
alias glog="git log"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment