fish: grow a tree on start

This commit is contained in:
John Bowdre 2024-05-23 13:47:41 -05:00
parent 57daef65ff
commit 351fac1c4d

View file

@ -132,6 +132,10 @@
# load cht.sh completions
''
complete -c cht -xa '(curl -s cheat.sh/:list)'
'' +
# print a happy tree
''
cbonsai -p
'';
};
}