Last active
July 26, 2021 13:57
Revisions
-
pizzapanther revised this gist
Jul 26, 2021 . 1 changed file with 0 additions and 7 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,10 +8,3 @@ export GOPATH=$HOME/go/packages export GPG_TTY=$(tty) export EDITOR=/bin/nano export PATH=$PATH:/home/paulmbailey/bin:/usr/local/go/bin:$GOROOT/bin:./node_modules/.bin -
pizzapanther revised this gist
Nov 8, 2019 . 1 changed file with 4 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,13 +3,15 @@ source /usr/share/autojump/autojump.bash PS1='\W\$ ' eval $(thefuck --alias) export GOROOT=$HOME/go export GOPATH=$HOME/go/packages export GPG_TTY=$(tty) export EDITOR=/bin/nano export PATH=$PATH:/home/paulmbailey/bin:/usr/local/go/bin:$GOROOT/bin:./node_modules/.bin alias dm="pipenv run python manage.py" alias prp="pipenv run python" alias pr="pipenv run" alias deploy="git push && git push heroku" alias pl="pipenv run pylint --rcfile=.testing.pylintrc" alias pshell="pipenv shell" -
pizzapanther revised this gist
Dec 12, 2018 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,7 +8,8 @@ export EDITOR=/bin/nano export PATH=$PATH:./node_modules/.bin alias dm="pipenv run python manage.py" alias prp="pipenv run python" alias pr="pipenv run" alias deploy="git push && git push heroku" alias pl="pylint --rcfile=.testing.pylintrc" alias pshell="pipenv shell" -
pizzapanther revised this gist
Nov 13, 2018 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,6 +8,7 @@ export EDITOR=/bin/nano export PATH=$PATH:./node_modules/.bin alias dm="pipenv run python manage.py" alias pr="pipenv run python" alias deploy="git push && git push heroku" alias pl="pylint --rcfile=.testing.pylintrc" alias pshell="pipenv shell" -
pizzapanther revised this gist
Oct 15, 2018 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,8 @@ 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" -
pizzapanther revised this gist
Oct 12, 2018 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,6 +4,7 @@ PS1='\W\$ ' eval $(thefuck --alias) export GPG_TTY=$(tty) export EDITOR=/usr/bin/nano alias dm="pipenv run python manage.py" alias deploy="git push && git push heroku" -
pizzapanther created this gist
Oct 12, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ source /usr/share/autojump/autojump.bash PS1='\W\$ ' eval $(thefuck --alias) export GPG_TTY=$(tty) alias dm="pipenv run python manage.py" alias deploy="git push && git push heroku" alias pl="pylint --rcfile=.testing.pylintrc" alias pshell="pipenv shell"