configuring

This commit is contained in:
Matt Nish-Lapidus 2024-09-26 22:00:05 -04:00
parent 8575753945
commit 21bc0b5e28
6 changed files with 922 additions and 9 deletions

View file

@ -2,7 +2,7 @@ function fish_greeting
status --is-login
if [ $status = 0 ]
if which figlet > /dev/null
figlet -f "/Users/emenel/.local/flf/wavy.flf" "welcome"
figlet -f "/home/emenel/.local/share/flf/wavy.flf" "welcome"
end
end
end