aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mkshrc1
-rw-r--r--shell/conf1
2 files changed, 2 insertions, 0 deletions
diff --git a/mkshrc b/mkshrc
index 1d43233..a5e1216 100644
--- a/mkshrc
+++ b/mkshrc
@@ -433,6 +433,7 @@ then
export HISTFILE="$HOME/.ksh_history"
set -o emacs
bind ^L=clear-screen
+ export PS1="$(whoami)@$(hostname) \$PWD \$ "
elif [ $SHELL = "/bin/sh" ] && [ "$(uname)" = "FreeBSD" ] ; then
set -o emacs
export PS1="$(whoami)"'@\h:\w \$ '
diff --git a/shell/conf b/shell/conf
index a333559..c4e288d 100644
--- a/shell/conf
+++ b/shell/conf
@@ -46,6 +46,7 @@ then
export HISTFILE="$HOME/.ksh_history"
set -o emacs
bind ^L=clear-screen
+ export PS1="$(whoami)@$(hostname) \$PWD \$ "
elif [ $SHELL = "/bin/sh" ] && [ "$(uname)" = "FreeBSD" ] ; then
set -o emacs
export PS1="$(whoami)"'@\h:\w \$ '