base-files:
authorRene Wagner <rw@handhelds.org>
Thu, 12 Aug 2004 23:27:57 +0000 (23:27 +0000)
committerRene Wagner <rw@handhelds.org>
Thu, 12 Aug 2004 23:27:57 +0000 (23:27 +0000)
  disable history writing altogether for now. need to find a clean way to write things to alternative locations (ramdisk, sd, ...)

BKrev: 411bfcfdDxW8SQ_QnMIwXxgASSuEGQ

base-files/base-files/etc/profile

index c047b25..b5e70c0 100644 (file)
@@ -25,8 +25,5 @@ export PATH PS1 OPIEDIR QPEDIR QTDIR
 
 umask 022
 
-if [ -d /mnt/ram/home/$USER ]; then
-  export HISTFILE="/mnt/ram/home/$USER/.ash_history"
-else
-  export HISTFILE=""
-fi
+# disable history writing
+export HISTFILE=""