X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.profile;h=2cfb9431d9ad69cb6251fd751ebad263467f4035;hb=7ae7c0c571d5d950e4f6a349130a8f3401e09ea1;hp=b336e2ad0489be9583bd0ba8b7cba5fd29cb5160;hpb=c5d595d83cab2e180a71bc65b9e4a8a2f71772db;p=dotfiles.git diff --git a/.profile b/.profile index b336e2a..2cfb943 100644 --- a/.profile +++ b/.profile @@ -192,15 +192,19 @@ if [ -t 0 ] ; then ;; esac - OPS1=${OPS1}"${debian_chroot:+($debian_chroot)}\u@\h \W " + if [ -r "$HOME"/admin/prog/short_curdir ]; then + . "$HOME"/admin/prog/short_curdir + OPS1=${OPS1}"${debian_chroot:+($debian_chroot)}\u@\h \`short_curdir\` \\$" + else + OPS1=${OPS1}"${debian_chroot:+($debian_chroot)}\u@\h \W \\$" + 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 - #PROMPT_DIRTRIM=2 - export OPS1 # PROMPT_DIRTRIM + export OPS1 ### biff controls new mail notification #biff n @@ -304,9 +308,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