−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 git
|
||||||
local host="$(hostname)"
|
local host="$(hostname)"
|
||||||
local path="${PWD}"
|
local path="${PWD}"
|
||||||
local real="$(realpath "${path}")"
|
|
||||||
local user="${USER}"
|
local user="${USER}"
|
||||||
local view="\
|
local view="\
|
||||||
└ ${date}\
|
└ ${date}\
|
||||||
|
@ -21,10 +20,6 @@ local view="\
|
||||||
view="${view} –\e[0;35m${git}\e[0m"
|
view="${view} –\e[0;35m${git}\e[0m"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if [ "${path}" != "${real}" ] ; then
|
|
||||||
view="${view}
|
|
||||||
\e[0;36m${real}\e[0m"
|
|
||||||
fi
|
|
||||||
view="${view}
|
view="${view}
|
||||||
┌ \e[0;36m${path}\e[0m
|
┌ \e[0;36m${path}\e[0m
|
||||||
${PS2}"
|
${PS2}"
|
||||||
|
|
Loading…
Reference in a new issue