(Scripts)~Fixup cowfortune and datetime
Cowfortune now has a hardcoded absolute path to the cowfile. datetime has a better icon.
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
|
||||
cow=$(echo -e "default\ncower\nmoofasa\nmoose\nmutilated\nsatanic\nsheep\nsmall\ntux\nvader" | shuf | head -1)
|
||||
|
||||
fortune | cowsay -f $cow
|
||||
fortune | cowsay -f /usr/share/cowsay/cows/$cow.cow
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
echo " $(date +'%a %d %b %R')"
|
||||
echo "⏲ $(date +'%a %d %b %R')"
|
||||
|
||||
Reference in New Issue
Block a user