X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.profile;h=cdf0a88a00af9c067d1582377ebd0d8c6b31f32c;hb=965eaff4e542be152c5bb087ddb52bc2acca5667;hp=69491d008216d3d0b20d0a37d316b529e96382bd;hpb=e37710be48c1f92d9103ec6c4325b40ab855d23c;p=dotfiles.git diff --git a/.profile b/.profile index 69491d0..cdf0a88 100644 --- a/.profile +++ b/.profile @@ -8,13 +8,8 @@ # see /usr/share/doc/bash/examples/startup-files for examples. # the files are located in the bash-doc package. -if test -n "$BASH_VERSION"; then - case "$SHELL" in - */bash) ;; - */*csh) SHELL=/bin/bash ;; - # this is for bash.exe - *command.com | *\\bash) SHELL=//c/ubin/bash ;; - esac +#if test -n "$BASH_VERSION"; then +# bash #elif test -n "$KSH_VERSION"; then # ksh93 #elif test -n "$FCEDIT"; then @@ -25,7 +20,7 @@ if test -n "$BASH_VERSION"; then # unknown #else # sh -fi +#fi if [ -z "$USER" ]; then USER="$LOGNAME"; export USER @@ -175,22 +170,11 @@ if [ -t 0 ] ; then fi if test -n "$BASH_VERSION"; then - . "$ENV" - - 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 - + . "$HOME/.bashrc" else - OPS1="${debian_chroot:+($debian_chroot)}`/usr/bin/whoami`@`/bin/hostname -s` >" + PS1="${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