if [ -r "$HOME"/admin/prog/bash_prompt ]; then
. "$HOME"/admin/prog/bash_prompt
- OPS1=${OPS1}"${debian_chroot:+($debian_chroot)}\u@\${HOSTNAME::5} \`short_curdir\` \\$"
+ OPS1=${OPS1}"${debian_chroot:+($debian_chroot)}\u@\${HOSTNAME::5}:\`short_curdir\` \\$"
else
- OPS1=${OPS1}"${debian_chroot:+($debian_chroot)}\u@\h \W \\$"
+ OPS1=${OPS1}"${debian_chroot:+($debian_chroot)}\u@\h:\W \\$"
fi
. "$ENV"
;;
esac
+PS1="$OPS1$SHLVL "
if test -n "$BASH_VERSION"; then
[ "`type -t ls`" = alias ] && unalias ls
if test -n "$BASH_VERSION"; then
MC_SAVE_OPS1="$OPS1"
if [ "`type -t short_curdir`" = function ]; then
- OPS1="\u@\${HOSTNAME::5} \`short_curdir\` \\$"
+ OPS1="\u@\${HOSTNAME::5}:\`short_curdir\` \\$"
else
- OPS1="\u@\h \W \\$"
+ OPS1="\u@\h:\W \\$"
fi
fi