use yellow theme

This commit is contained in:
Jeremy Baxter 2024-07-29 15:06:54 +12:00
parent cb3d03d3d7
commit 0faf0b4c40
5 changed files with 6 additions and 6 deletions

2
.kshrc
View file

@ -1,4 +1,4 @@
PS1='\033[1;31m\u\033[0m \w \$ '
PS1='\033[1;93m\u\033[0m \w \$ '
PS2='+ '
HISTFILE="$HOME"/.ksh-history
HISTSIZE=1000000