mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add: daily quote
This commit is contained in:
parent
e53acf2106
commit
a5fc096858
3 changed files with 29 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue