aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/conf1
1 files changed, 1 insertions, 0 deletions
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 \$ '