fix: Use prompt_hostname instead of hostname

Leni Aniva 2024-05-10 11:09:50 -07:00
parent 64ce30288c
commit 80b5a2a3d6
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 ':'