aboutsummaryrefslogtreecommitdiff
path: root/pdksh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-06 16:43:41 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-06 16:43:41 +1200
commit6cdbe0ebf2bd2eb0e73a8a5eefba45874f060aa1 (patch)
tree7989a095e6f07d4be149226dc8ba281168a71ac0 /pdksh
parentStarting an attempt at pdksh configuration (diff)
downloaddotfiles-6cdbe0ebf2bd2eb0e73a8a5eefba45874f060aa1.tar.gz
dotfiles-6cdbe0ebf2bd2eb0e73a8a5eefba45874f060aa1.zip
Add bash-style prompt to pdksh
Let's start with what we know
Diffstat (limited to 'pdksh')
-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\$ '