add: daily quote

This commit is contained in:
Léana 江 2023-11-25 20:05:23 +01:00 committed by Léana 江
parent e53acf2106
commit a5fc096858
3 changed files with 29 additions and 1 deletions

View file

@ -1,5 +1,5 @@
function fish_greeting
set_color --bold --italics
set_color --italics
switch $FISH_GREETING
case "toh"
cat ~/.quotes/toh/* | shuf -n 1
@ -7,6 +7,8 @@ function fish_greeting
cat ~/.quotes/fleabag/* | shuf -n 1
case "date"
date
case "citation"
~/.local/bin/citation.py
case "*"
end
end