I realise that sudo mv/cp/... commands are valuable to store in history...
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 27 Feb 2013 19:11:17 +0200
changeset 618 9145a4e8857f
parent 617 9eaa8498c491
child 619 8080fc135a18
I realise that sudo mv/cp/... commands are valuable to store in history...
.bashrc
--- a/.bashrc	Fri Feb 15 17:07:53 2013 +0200
+++ b/.bashrc	Wed Feb 27 19:11:17 2013 +0200
@@ -41,7 +41,6 @@
 HISTIGNORE=\
 " cd *":\
 "e *":\
-"sudo mv *":"sudo rm *":"sudo cp *":"sudo mkdir *":"sudo chmod *":"sudo chown *":\
 "vlc *":ls:pwd
 
 # To these options assigned default value, as they satisfy my needs I comment them.