fix: Use prompt_hostname instead of hostname

shell
Leni Aniva 2024-05-10 11:09:50 -07:00
parent 301b57ec06
commit 53f3c5d63d
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ function fish_prompt
echo -n '@'
set_color AFD75F
echo -n (hostname)
echo -n (prompt_hostname)
set_color white
echo -n ':'