major refactor and reorg

This commit is contained in:
Matt Nish-Lapidus 2025-02-04 10:21:52 -05:00
parent fd3cedfa93
commit 3c69cf9c74
86 changed files with 811 additions and 984 deletions

View file

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