X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.profile;h=20ba5a1aef033a63a6051670938bfb7a3e5a7f16;hb=9ebba9512de5b78c69bd6d134e5669ce3f17ec34;hp=68531ec0057de1c5a3fcac252415ade7d7202033;hpb=e886fa67844c874f1a7229f7bd14dc0a90534f27;p=dotfiles.git diff --git a/.profile b/.profile index 68531ec..20ba5a1 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 - ;; + 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 \\$" + fi - *) - OPS1="" - ;; - esac - - 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