major refactor and reorg
This commit is contained in:
parent
fd3cedfa93
commit
3c69cf9c74
86 changed files with 811 additions and 984 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue