mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-05 16:48:38 +00:00
9 lines
90 B
Text
9 lines
90 B
Text
![]() |
if [ $USER = root ] ; then
|
||
|
BASE="#"
|
||
|
else
|
||
|
BASE="$"
|
||
|
fi
|
||
|
|
||
|
PS1="${USER} ${BASE} "
|
||
|
export PS1
|