updated sheldon zsh config

This commit is contained in:
Nikolas Weger 2023-06-20 11:26:13 +02:00
parent 0d384685b9
commit 0084e63150
5 changed files with 11 additions and 12 deletions

View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
joke=$(curl -sH "Accept: text/plain" 'https://icanhazdadjoke.com/')
echo "Daily Dadjoke: $joke"