X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=.profile;h=93756db412a213909724bf2161e1fc8cef555c53;hp=89b65dc3c6b58e03234e43ac0dba93c9e830cc65;hb=5251876e9b3158749e93584439916c7a68d635f2;hpb=bbaf1218569bfccc59bece1d5735f91efa6a2e8c diff --git a/.profile b/.profile index 89b65dc..93756db 100644 --- a/.profile +++ b/.profile @@ -175,37 +175,20 @@ if [ -t 0 ] ; then fi if test -n "$BASH_VERSION"; then - # display the user, host and current working directory - # in the terminal title - case "$TERM" in - *rxvt*|screen*|*term*|vt100) - OPS1="\[\033]0;${debian_chroot:+($debian_chroot)}\u@\h:\w\007\]" - case "$TERM" in - screen*) - OPS1=${OPS1}"\[\033k${debian_chroot:+($debian_chroot)}\u@\h:\w\033\\\\\]" # Set screen/tmux caption - ;; - esac - ;; - - *) - OPS1="" - ;; - esac - if [ -r "$HOME"/admin/prog/bash_prompt ]; then . "$HOME"/admin/prog/bash_prompt - OPS1=${OPS1}"${debian_chroot:+($debian_chroot)}\u@\${HOSTNAME::5} \`short_curdir\` \\$" + set_prompts + unset set_prompts else - OPS1=${OPS1}"${debian_chroot:+($debian_chroot)}\u@\h \W \\$" + OPS1="${debian_chroot:+($debian_chroot)}\u@\h:\W \$SHLVL\\$ " fi + . "$ENV" else - OPS1="${debian_chroot:+($debian_chroot)}`/usr/bin/whoami`@`/bin/hostname -s` >" + OPS1="${debian_chroot:+($debian_chroot)}`/usr/bin/whoami`@`/bin/hostname -s` > " fi - export OPS1 - ### biff controls new mail notification #biff n ### mesg controls messages (write/talk) from other users