X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=.bashrc;h=a5c9d0573a5d5f6390f693789c0571c12e8a2c53;hb=f612a7a19da4c99c69e6c660dfb0ecfd04a7acbc;hp=b97c1c1c4f78c997a0b58522828c7c600a90eeef;hpb=20179ac34921385be098f2bab134fc5bbfc8d617;p=nethome.git diff --git a/.bashrc b/.bashrc index b97c1c1..a5c9d05 100644 --- a/.bashrc +++ b/.bashrc @@ -114,6 +114,13 @@ alias cvsignoresrmall='cvsutil --ignores --workings --rm' alias cvsignoresallrm='cvsutil --ignores --workings --rm' [ "`uname`" = "SunOS" -a -x $HOME/bin/rpm-by-pkg ] && alias rpm='rpm-by-pkg' +# '2>/dev/null' to prevent: unalias: x: not found +unalias 2>/dev/null cp # -i +unalias 2>/dev/null mv # -i +unalias 2>/dev/null rm # -i +unalias 2>/dev/null df # -h +unalias 2>/dev/null du # -h + export IGNOREEOF=10 # '2>/dev/null' to prevent: TMOUT: readonly variable export TMOUT=900 2>/dev/null