X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.profile;h=711b8d235126dfd0dbd8bca616404b21cadf5b6e;hb=b6806f08ea520931307aabd1d9e5c0ad5370057c;hp=93756db412a213909724bf2161e1fc8cef555c53;hpb=6b349263f4019b6f8a72bb544363c1710a19203b;p=dotfiles.git diff --git a/.profile b/.profile index 93756db..711b8d2 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,16 +170,7 @@ if [ -t 0 ] ; then fi if test -n "$BASH_VERSION"; then - 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 - - . "$ENV" - + . "$HOME/.bashrc" else OPS1="${debian_chroot:+($debian_chroot)}`/usr/bin/whoami`@`/bin/hostname -s` > " fi