aboutsummaryrefslogtreecommitdiff
path: root/pdksh/kshrc
diff options
context:
space:
mode:
Diffstat (limited to 'pdksh/kshrc')
-rw-r--r--pdksh/kshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/pdksh/kshrc b/pdksh/kshrc
index 3076dfe8..419a78f6 100644
--- a/pdksh/kshrc
+++ b/pdksh/kshrc
@@ -5,3 +5,6 @@ set -o emacs
# Save history
HISTFILE=$HOME/.sh_history
HISTSIZE=$((1 << 12))
+
+# Prompt
+PS1='\u@\h:\w\$ '