misc
This commit is contained in:
parent
a3f1d6c346
commit
173137d78e
4 changed files with 26 additions and 27 deletions
|
@ -2,7 +2,7 @@ function fish_greeting
|
|||
status --is-login
|
||||
if [ $status = 0 ]
|
||||
if which figlet > /dev/null
|
||||
figlet -f "/home/emenel/.local/share/flf/wavy.flf" "welcome"
|
||||
figlet -f "~/.local/share/flf/wavy.flf" "welcome"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
sleep 15
|
||||
sleep 10
|
||||
/etc/profiles/per-user/emenel/bin/filen-desktop
|
||||
/etc/profiles/per-user/emenel/bin/bitwarden
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue