fish: deliver a fortune with the tree

This commit is contained in:
John Bowdre 2024-05-23 14:00:54 -05:00
parent 351fac1c4d
commit b3b67082ce
2 changed files with 2 additions and 1 deletions

View file

@ -17,6 +17,7 @@
cbonsai # Happy little trees
dig # DNS lookup
dos2unix # Convert DOS line endings to UNIX
fortune # Fortune cookies
gh # Github CLI
httpie # Better curl
jq # JSON pretty printer and manipulator

View file

@ -135,7 +135,7 @@
'' +
# print a happy tree
''
cbonsai -p
cbonsai -p -m "$(fortune)"
'';
};
}