fix: Use prompt_hostname instead of hostname
This commit is contained in:
parent
301b57ec06
commit
53f3c5d63d
|
@ -51,7 +51,7 @@ function fish_prompt
|
|||
echo -n '@'
|
||||
|
||||
set_color AFD75F
|
||||
echo -n (hostname)
|
||||
echo -n (prompt_hostname)
|
||||
|
||||
set_color white
|
||||
echo -n ':'
|
||||
|
|
Loading…
Reference in New Issue