Skip to content

Instantly share code, notes, and snippets.

@ttscoff
Created February 18, 2020 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ttscoff/39583dca1f97d0812b6dd61158ee07ff to your computer and use it in GitHub Desktop.
Save ttscoff/39583dca1f97d0812b6dd61158ee07ff to your computer and use it in GitHub Desktop.
Dad jokes for Fish shell
# You're welcome
function dadjoke -d 'Get a dad joke from icanhazdadjoke.com'
curl -H "Accept: text/plain" https://icanhazdadjoke.com/
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment