Skip to content

Instantly share code, notes, and snippets.

@NateMeyvis
Created May 10, 2022 17:31
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 NateMeyvis/07f3408672de9d9b5027ac179f8b2276 to your computer and use it in GitHub Desktop.
Save NateMeyvis/07f3408672de9d9b5027ac179f8b2276 to your computer and use it in GitHub Desktop.
.bash_aliases
alias gaa="git add --all"
alias gcm="git commit -m"
alias fh="history | grep"
alias gbl="git branch -l"
alias gs="git status"
alias gss="git status -s"
alias gp="git push"
alias lfd="pytest --lf --pdb"
alias ptk="pytest -k"
alias ptlf="pytest --lf"
alias ptd="pytest --lf --pdb"
alias ll="ls -laGF"
alias llt="ls -laGFt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment