+gpg-agent: pinentry-timeout 0
[nethome.git] / .bashrc
diff --git a/.bashrc b/.bashrc
index dd88391..d2f99d3 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -209,8 +209,8 @@ export HISTSIZE=10000000
 export HISTFILESIZE="$HISTSIZE"
 export GDBHISTFILE="$HOME/.gdb_history"
 export CVS_RSH="ssh"
-export TZ=":/usr/share/zoneinfo/Europe/Prague"
-#export TZ=":/usr/share/zoneinfo/Canada/Eastern"
+export TZ="Europe/Prague"
+#export TZ="Canada/Eastern"
 export PYTHONUNBUFFERED=1
 export ASAN_OPTIONS=detect_leaks=0
 export GTK_OVERLAY_SCROLLING=0
@@ -224,6 +224,9 @@ if [ -n "$cpus" ];then
        MAKEFLAGS="$MAKEFLAGS -j$[$cpus*1]"
 fi
 unset cpus
+if (which icecc && pidof iceccd) &>/dev/null;then
+       export CCACHE_PREFIX=icecc
+fi
 # Do not: grep -w "$TERM" /etc/termcap >/dev/null || export TERM=vt220
 # as Sun workaround as Debian misses: /etc/termcap
 # expects: $uname_p
@@ -388,6 +391,7 @@ function yumupdate {(ulimit -v unlimited;yum makecache;yum -y --skip-broken upda
 function gitcommit { git commit -a --allow-empty-message -m '' "$@"; }
 function gpg {(unset gpg; http_proxy= all_proxy= HTTP_PROXY= ALL_PROXY= gpg "$@"; );}
 function swap() {( set -ex;local TMPFILE=tmp.$$;[ $# = 2 ] && mv "$1" $TMPFILE && mv "$2" "$1" && mv $TMPFILE "$2" && echo done )}
+alias gthumb='rm -rf ~/.cache/thumbnails/fail/;gthumb'
 
 ulimit -S -c 0
 set +H