change from command to env var
This commit is contained in:
parent
b3b5928742
commit
cfb1e076b6
@ -1,6 +1,6 @@
|
|||||||
function fish_right_prompt
|
function fish_right_prompt
|
||||||
set_color $fish_color_autosuggestion 2> /dev/null; or set_color 555
|
set_color $fish_color_autosuggestion 2> /dev/null; or set_color 555
|
||||||
printf "%s@%s " $USER (hostname)
|
printf "%s@%s " $USER $hostname
|
||||||
date "+%H:%M:%S"
|
date "+%H:%M:%S"
|
||||||
set_color normal
|
set_color normal
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user