mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-20 05:13:46 +00:00
clean up prompt in ksh
This commit is contained in:
parent
0689c9c0ce
commit
43851b816e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ if [ -z "${USER}" ] ; then
|
||||||
USER=$LOGNAME
|
USER=$LOGNAME
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $USER ] && [ $USER = root ] ; then
|
if [ -n "${USER}" ] && [ ${USER} = root ] ; then
|
||||||
BASE="#"
|
BASE="#"
|
||||||
else
|
else
|
||||||
BASE="$"
|
BASE="$"
|
||||||
|
|
Loading…
Add table
Reference in a new issue