X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.profile;h=93756db412a213909724bf2161e1fc8cef555c53;hb=2fbbd0de411d74acf77dab627249224fea127317;hp=b336e2ad0489be9583bd0ba8b7cba5fd29cb5160;hpb=c5d595d83cab2e180a71bc65b9e4a8a2f71772db;p=dotfiles.git diff --git a/.profile b/.profile index b336e2a..93756db 100644 --- a/.profile +++ b/.profile @@ -175,33 +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 + set_prompts + unset set_prompts + else + OPS1="${debian_chroot:+($debian_chroot)}\u@\h:\W \$SHLVL\\$ " + fi - OPS1=${OPS1}"${debian_chroot:+($debian_chroot)}\u@\h \W " . "$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 - #PROMPT_DIRTRIM=2 - export OPS1 # PROMPT_DIRTRIM - ### biff controls new mail notification #biff n ### mesg controls messages (write/talk) from other users @@ -304,9 +291,3 @@ fi # # fi # fi - -if [ -n "$SSH_CONNECTION" -a -z "$STY" -a -t 0 ] && - which screen >/dev/null 2>&1 -then - exec screen -xRR -S default -fi