From: Jan Kratochvil Date: Sat, 24 Apr 2021 16:49:30 +0000 (+0200) Subject: .bashrc: +gthumb X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=dbfc9566f89c07f5a0fca7a8405930f38daeb72f .bashrc: +gthumb --- diff --git a/.bashrc b/.bashrc index 12918b8..d2f99d3 100644 --- a/.bashrc +++ b/.bashrc @@ -391,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