diff options
| -rw-r--r-- | mkshrc | 1 | ||||
| -rw-r--r-- | shell/conf | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 \$ ' @@ -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 \$ ' |
