Skip to content

Instantly share code, notes, and snippets.

@rjsnh1522
Created February 8, 2024 13:39
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 rjsnh1522/42cd38c6f1d6751a0c70df534b6cefa9 to your computer and use it in GitHub Desktop.
Save rjsnh1522/42cd38c6f1d6751a0c70df534b6cefa9 to your computer and use it in GitHub Desktop.
ALIAS Shortcuts
# Add this to you .zshrc or .bash_rc
alias gst="git status"
alias rns="python manage.py runserver"
alias mmgrt="python manage.py makemigrations"
alias mgrt="python manage.py migrate"
alias csu="python manage.py createsuperuser"
alias shl="python manage.py shell"
alias shlp="python manage.py shell_plus"
alias show_urls="python manage.py show_urls"
alias script="python manage.py runscript"
alias code="open -a 'Visual Studio Code'"
alias charm="open -a 'PyCharm'"
alias clear_logs='find . -maxdepth 1 -type f -name "*.log" -exec cp /dev/null {} \;'
alias g="jump"
alias s="bookmark"
alias d="deletemark"
alias p="showmarks"
alias l="showmarks"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment