aboutsummaryrefslogtreecommitdiff
path: root/.kshrc
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2018-05-15 11:44:33 -0400
committerRyan Kavanagh <rak@debian.org>2018-05-15 11:44:33 -0400
commit8265beff7da912744905dc2cb39826a9f4c0097a (patch)
treedf49e1953c4cfed34cd73be9f0e3f730a8bd82e0 /.kshrc
parentMutt alias is now exec'd (diff)
Updated kshrc to show host
Diffstat (limited to '.kshrc')
-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