Merge pull request 'fix: Fish shell fix' (#11) from shell into main
Reviewed-on: #11
This commit is contained in:
commit
4d4ec8c52a
|
@ -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