Skip to content

Instantly share code, notes, and snippets.

@kdubbels
Last active July 27, 2016 20:48
Show Gist options
  • Save kdubbels/defb6a87f2d2b01c2d27543678e7c565 to your computer and use it in GitHub Desktop.
Save kdubbels/defb6a87f2d2b01c2d27543678e7c565 to your computer and use it in GitHub Desktop.
alias python=python3
alias weather="curl wttr.in"
alias moon="curl wttr.in/Moon"
export HISTIGNORE="history:pwd:ls:ls -la:exit"

Don't forget to source ~/.bashrc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment