Don't show NIX_CONTENT in path

This commit is contained in:
xenia 2023-10-27 23:42:30 +02:00
parent 76aff0d0e4
commit fe3d80de54

View File

@ -95,7 +95,7 @@ in rec {
echo -en "%{\033[0m\033[38;5;''${FG}m\033[48;5;''${BG}m%} "; echo -en "%{\033[0m\033[38;5;''${FG}m\033[48;5;''${BG}m%} ";
echo -n "[" echo -n "["
${unambig-path}/bin/unambig-path ${unambig-path}/bin/unambig-path
echo -en "] $NIX_CONTENT%T "; echo -en "] %T ";
echo -en "%{\033[0m\033[38:5:''${BG}m%}" echo -en "%{\033[0m\033[38:5:''${BG}m%}"
echo -en "%{\033[0m%} "; echo -en "%{\033[0m%} ";
)' )'