X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.profile;h=d9f65dbc748c1c5db3d70ece70031e5e300f5404;hb=bfcf7092226ad1d083e0126a63a8269d60dbc8f3;hp=008efd533d064cc23923f435759964ff65c572ac;hpb=c954ff3610e4bfb71e0c5bc2fb3ebca5938fdc44;p=dotfiles.git diff --git a/.profile b/.profile index 008efd5..d9f65db 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 @@ -74,6 +69,10 @@ export ORGANIZATION # NNTPSERVER # Interactive only commands if [ -t 0 ] ; then + #if test -f .hushlogin && ! cmp -s .motd /etc/motd; then + # tee $HOME/.motd < /etc/motd + #fi + if [ -z "$TERM" ]; then eval `tset -Q -s -m 'network:?xterm'` fi @@ -175,37 +174,11 @@ 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 - OPS1=${OPS1}"${debian_chroot:+($debian_chroot)}\u@\${HOSTNAME::5}:\`short_curdir\` \\$" - else - OPS1=${OPS1}"${debian_chroot:+($debian_chroot)}\u@\h:\W \\$" - fi - . "$ENV" - + . "$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 @@ -230,9 +203,13 @@ if [ -t 0 ] ; then unset name email - #if test -f .hushlogin && ! cmp -s .motd /etc/motd; then - # tee $HOME/.motd < /etc/motd + #if which pyenv >/dev/null 2>&1; then + # PYENV_ROOT="$HOME/.pyenv" + # export PYENV_ROOT + # PATH="$PYENV_ROOT/bin:$PATH" + # eval "`pyenv init --path`" #fi + fi # No need to set DISPLAY - ssh sets DISPLAY and calls xauth