change from command to env var

This commit is contained in:
serxoz 2024-01-15 10:04:24 +01:00
parent b3b5928742
commit cfb1e076b6

View File

@ -1,6 +1,6 @@
function fish_right_prompt
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"
set_color normal
end