X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=.profile;h=20ba5a1aef033a63a6051670938bfb7a3e5a7f16;hp=07d4f98ced6178296619baaf9824deb83aebf034;hb=0898329662b09ac156caaba8d23db6e8e8579319;hpb=010b07f108be94c48aa69a7ca7547a4f8e12ea9d diff --git a/.profile b/.profile index 07d4f98..20ba5a1 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/short_curdir ]; then - . "$HOME"/admin/prog/short_curdir - OPS1=${OPS1}"${debian_chroot:+($debian_chroot)}\u@\${HOSTNAME::5} \`short_curdir\` \\$" + if [ -r "$HOME"/admin/prog/bash_prompt ]; then + . "$HOME"/admin/prog/bash_prompt + set_prompts + unset set_prompts else - OPS1=${OPS1}"${debian_chroot:+($debian_chroot)}\u@\h \W \\$" + OPS1="${debian_chroot:+($debian_chroot)}\u@\h:\W \\$" fi + . "$ENV" else 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