starship for remote
This commit is contained in:
parent
9a6cde2829
commit
f638d355f3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ function fish_greeting
|
|||
status --is-login
|
||||
if [ $status = 0 ]
|
||||
if which figlet > /dev/null
|
||||
figlet -f "~/.local/share/flf/wavy.flf" "welcome"
|
||||
figlet -f "$HOME/.local/share/flf/wavy.flf" (hostname)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue