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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment