Skip to content

Instantly share code, notes, and snippets.

@tamboer
Created August 7, 2020 08:24
Show Gist options
  • Save tamboer/b7df5bb1f9e6c3760037c37887db1b95 to your computer and use it in GitHub Desktop.
Save tamboer/b7df5bb1f9e6c3760037c37887db1b95 to your computer and use it in GitHub Desktop.
alias function for weather
alias weer='function _weer(){ echo "Getting weather for $1"; curl wttr.in/$1; };_weer'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment