−real
This commit is contained in:
parent
ffb301e21b
commit
0db196a41c
1 changed files with 0 additions and 5 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue