X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.profile;h=7952c54a01025004e00b419df7f5a0ecebc57114;hb=58bac4e53ad1aab305de77f24a5e4a3d130e2ad4;hp=6ede301d41a3bc8bb16c0358ba7daf6c145ea702;hpb=ad40a489bb055d06200a47b11c933f9d27f7adfe;p=dotfiles.git diff --git a/.profile b/.profile index 6ede301..7952c54 100644 --- a/.profile +++ b/.profile @@ -130,7 +130,7 @@ if [ -t 0 ] ; then export EDITOR FCEDIT VISUAL HISTCONTROL=ignoreboth - HISTIGNORE='&: *:x:X:[bf]g' + HISTIGNORE='&: *:[bf]g:cd:clear:e:exit:logout:l:ls:ll:llp:mc:w:X:x' HISTFILE="$HOME/.sh_history" HISTFILESIZE=2000 HISTSIZE=1000 @@ -142,21 +142,13 @@ if [ -t 0 ] ; then MAIL="/var/mail/$USER" MAILPATH="$MAIL:$HOME/mail/admin:$HOME/mail/block:$HOME/mail/bulk" - for mbox in "$HOME/mail/aviel" "$HOME/mail/stcnet"; do - if [ -f "$mbox" ]; then - MAILPATH="$mbox:$MAILPATH" - fi - done if [ -d "$HOME"/mail/lists/ ]; then MAILPATH="$MAILPATH:`echo $HOME/mail/lists/* | sed 's/ /:/g'`" fi export MAIL MAILPATH - if [ "x$SET_MAILCHECK" != xYES ]; then + if [ -n "$STY" -a "$WINDOW" != 0 ]; then unset MAILCHECK - else - unset SET_MAILCHECK fi - unset mbox BROWSER="links2:links:elinks:w3m:lynx" case "$TERM" in @@ -172,7 +164,7 @@ if [ -t 0 ] ; then #http_proxy="$all_proxy" #https_proxy="$all_proxy" auto_proxy="file:///home/phd/admin/WWW/Mozilla/mozilla.pac" - no_proxy="localhost,127.0.0.1,192.168.,10.,aviel.ru,progtech.ru" + no_proxy="localhost,127.0.0.1" #export all_proxy ftp_proxy http_proxy https_proxy auto_proxy no_proxy # gopher_proxy export auto_proxy no_proxy