diff options
Diffstat (limited to 'mkshrc')
| -rw-r--r-- | mkshrc | 1 |
1 files changed, 1 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 \$ ' |
