diff --git a/bash/bash/prompt.sh b/bash/bash/prompt.sh index 70e8454..9e02873 100644 --- a/bash/bash/prompt.sh +++ b/bash/bash/prompt.sh @@ -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}"