Update 2024-12-25 15:43 OpenBSD/amd64-t14
This commit is contained in:
parent
346463127c
commit
1f15f715a6
5
.kshrc
5
.kshrc
@ -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
|
||||
|
||||
########################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user