aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.kshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.kshrc b/.kshrc
index 4a1a470..3acab9c 100644
--- a/.kshrc
+++ b/.kshrc
@@ -1,5 +1,8 @@
[ -f /etc/ksh.kshrc ] && . /etc/ksh.kshrc || true
+export PPROMPT='<$USER@$HOST:$PWD:!>'"$PS1S"
+export PS1=$PPROMPT
+
export HISTFILE="$HOME/.ksh_history"
export HISTSIZE=5000