Skip to content

Instantly share code, notes, and snippets.

@pizzapanther
Last active July 26, 2021 13:57

Revisions

  1. pizzapanther revised this gist Jul 26, 2021. 1 changed file with 0 additions and 7 deletions.
    7 changes: 0 additions & 7 deletions bashrc
    Original 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

    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"
  2. pizzapanther revised this gist Nov 8, 2019. 1 changed file with 4 additions and 2 deletions.
    6 changes: 4 additions & 2 deletions bashrc
    Original 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:./node_modules/.bin
    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="pylint --rcfile=.testing.pylintrc"
    alias pl="pipenv run pylint --rcfile=.testing.pylintrc"
    alias pshell="pipenv shell"
  3. pizzapanther revised this gist Dec 12, 2018. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion bashrc
    Original 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 pr="pipenv run python"
    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"
  4. pizzapanther revised this gist Nov 13, 2018. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions bashrc
    Original 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"
  5. pizzapanther revised this gist Oct 15, 2018. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion bashrc
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,8 @@ PS1='\W\$ '
    eval $(thefuck --alias)

    export GPG_TTY=$(tty)
    export EDITOR=/usr/bin/nano
    export EDITOR=/bin/nano
    export PATH=$PATH:./node_modules/.bin

    alias dm="pipenv run python manage.py"
    alias deploy="git push && git push heroku"
  6. pizzapanther revised this gist Oct 12, 2018. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions bashrc
    Original 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"
  7. pizzapanther created this gist Oct 12, 2018.
    11 changes: 11 additions & 0 deletions bashrc
    Original 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"