configuring
This commit is contained in:
parent
8575753945
commit
21bc0b5e28
6 changed files with 922 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue