Last active
July 26, 2021 13:57
-
-
Save pizzapanther/e3cfc231f65ba2cad6c97d462c6b8733 to your computer and use it in GitHub Desktop.
My Bash Shortcuts
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 characters
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