Add .config/fish/functions/figlet.fish

This commit is contained in:
punkfairie 2024-10-05 12:36:03 -07:00
parent 6b87dc3510
commit f4da258528
Signed by: punkfairie
GPG key ID: A86AF57F837E320F

View file

@ -0,0 +1,5 @@
#!/usr/bin/env fish
function figlet --wraps figlet
command figlet -f "ANSI Shadow" $argv
end