This commit is contained in:
Marc Beninca 2023-08-20 18:50:17 +02:00
parent ffb301e21b
commit 0db196a41c

View file

@ -7,7 +7,6 @@ local date="$(date +%H:%M:%S)"
local git
local host="$(hostname)"
local path="${PWD}"
local real="$(realpath "${path}")"
local user="${USER}"
local view="\
${date}\
@ -21,10 +20,6 @@ local view="\
view="${view} –\e[0;35m${git}\e[0m"
fi
fi
if [ "${path}" != "${real}" ] ; then
view="${view}
\e[0;36m${real}\e[0m"
fi
view="${view}
\e[0;36m${path}\e[0m
${PS2}"