9 lines
196 B
Fish
9 lines
196 B
Fish
|
function fish_greeting
|
||
|
status --is-login
|
||
|
if [ $status = 0 ]
|
||
|
if which figlet > /dev/null
|
||
|
figlet -f "/Users/emenel/.local/flf/wavy.flf" "welcome"
|
||
|
end
|
||
|
end
|
||
|
end
|