mkshrc:Add todo: switch prompt to tilde when in homedir automatically.
1 files changed, 3 insertions(+), 0 deletions(-) A => mkshrc
A => mkshrc +3 -0
@@ 0,0 1,3 @@ +export HISTFILE=~/.mksh-history +PS1="$(echo [\\x1b[1m${HOSTNAME:=$(hostname)}\\x1b[0m]) \$PWD$( + if (( USER_ID )); then print \$; else print \#; fi) "