Add .config/fish/functions/figlet.fish
This commit is contained in:
parent
6b87dc3510
commit
f4da258528
1 changed files with 5 additions and 0 deletions
5
dot_config/fish/functions/figlet.fish
Normal file
5
dot_config/fish/functions/figlet.fish
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
function figlet --wraps figlet
|
||||
command figlet -f "ANSI Shadow" $argv
|
||||
end
|
Loading…
Reference in a new issue