mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-05 16:48:38 +00:00
10 lines
132 B
Text
10 lines
132 B
Text
![]() |
if [ $USER = root ] ; then
|
||
|
BASE="#"
|
||
|
else
|
||
|
BASE="$"
|
||
|
fi
|
||
|
|
||
|
|
||
|
PS1=$'\E[01;32m'"${USER} "$'\E[01;34m''$PWD'" ${BASE} "$'\E[0m'
|
||
|
export PS1
|