Skip to content

Instantly share code, notes, and snippets.

@pizzapanther
Last active July 26, 2021 13:57
Show Gist options
  • Save pizzapanther/e3cfc231f65ba2cad6c97d462c6b8733 to your computer and use it in GitHub Desktop.
Save pizzapanther/e3cfc231f65ba2cad6c97d462c6b8733 to your computer and use it in GitHub Desktop.
My Bash Shortcuts
source /usr/share/autojump/autojump.bash
PS1='\W\$ '
eval $(thefuck --alias)
export GPG_TTY=$(tty)
export EDITOR=/bin/nano
export PATH=$PATH:./node_modules/.bin
alias dm="pipenv run python manage.py"
alias deploy="git push && git push heroku"
alias pl="pylint --rcfile=.testing.pylintrc"
alias pshell="pipenv shell"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment