Skip to content

Instantly share code, notes, and snippets.

@pzelnip
Created December 6, 2018 23:13
Show Gist options
  • Save pzelnip/23aca898680229b540dd6b6772b603b2 to your computer and use it in GitHub Desktop.
Save pzelnip/23aca898680229b540dd6b6772b603b2 to your computer and use it in GitHub Desktop.
function joke { curl -s -H "Accept: application/json" https://icanhazdadjoke.com/ | jq ".joke"; }
PS1="\$(joke) $ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment