X-Git-Url: http://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.bashrc;h=599c51a4acdac388787c5d4425af8780f78a43bc;hp=fd156ad302133f9929dc5e61591669def103c2bc;hb=a0e5c68a74201c95ea9ec74f8d3510eeda3a71d5;hpb=fba59813155bc4d8a1be330345f4c920a7dbdfef diff --git a/.bashrc b/.bashrc index fd156ad..599c51a 100644 --- a/.bashrc +++ b/.bashrc @@ -157,6 +157,7 @@ eval ' function rpmbuildlocal { nice rpmbuild --define "_topdir $PWD" --define "_builddir $PWD" --define "_rpmdir $PWD" --define "_sourcedir $PWD" --define "_specdir $PWD" --define "_srcrpmdir $PWD" --define "_build_name_fmt %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm" "$@"; rmdir &>/dev/null BUILDROOT; } function gdbn { gdb -nx --command=~/.gdbinit "$@"; } function hd { od -Ax -tx1; } + function wget {(unset wget; ( wget --no-check-certificate "$@"; ); );} ' export IGNOREEOF=10