Update 2024-12-25 15:43 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id 2024-12-25 15:43:38 +01:00
parent 346463127c
commit 1f15f715a6

5
.kshrc
View File

@ -141,7 +141,12 @@ if [ $(id -u) -eq 0 ]
then
PS1="${x}${RED}\${?}|\w\\$ ${RESET}${x}"
else
if command -v git > /dev/null
then
PS1="${x}${GREY}\${?}|\w\$(gitstatus)\\$ ${RESET}${x}"
else
PS1="${x}${GREY}\${?}|\w\\$ ${RESET}${x}"
fi
fi
########################################################################