dotfiles/dot_config/fish/functions/figlet.fish

5 lines
98 B
Fish

#!/usr/bin/env fish
function figlet --wraps figlet
command figlet -f "ANSI Shadow" $argv
end