The unified diff between revisions [cde5d734..] and [e93b477f..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: '.zshfunctions'

#
#
# patch ".zshfunctions"
#  from [73248872775feb2de3c1ef0a9d1d560c9bfc21d0]
#    to [fd4f359bc31fc1ee5d5615882f6bd01c0ce47372]
#
============================================================
--- .zshfunctions	73248872775feb2de3c1ef0a9d1d560c9bfc21d0
+++ .zshfunctions	fd4f359bc31fc1ee5d5615882f6bd01c0ce47372
@@ -97,3 +97,8 @@ prepend_if_dir ()
 	fi
 }

+histoff()
+{
+       HISTFILE=/dev/null
+}
+