Provide arch-dependent kernel sources relevant to the current machine arch.
[nethome.git] / .bashrc
diff --git a/.bashrc b/.bashrc
index b97c1c1..a5c9d05 100644 (file)
--- 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