...
This commit is contained in:
parent
f694b44c79
commit
45326678db
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue