This commit is contained in:
Andrei Parhomenko 2025-02-27 20:22:38 +05:00
parent f694b44c79
commit 45326678db

View file

@ -11,7 +11,9 @@ function fish_prompt --description "Write out the prompt"
set_color red
echo -n @
set_color blue
echo -n "$hostname:"
echo -n "$hostname"
set_color red
echo -n ':'
set_color green
echo -n "$PWD"
set_color yellow