summaryrefslogtreecommitdiff
path: root/20_Options.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2009-02-19 08:14:45 +0100
committerHugues Hiegel <hugues@hiegel.fr>2009-02-19 08:14:45 +0100
commit0df7b65a5aacc6585b06bd43ebd9bcee367d8cd5 (patch)
tree1cd636b00a90a3a0bb5c520d8b440d32b6178216 /20_Options.zsh
parent168c0372ae76381ca0de343783c9a4f2f87a4df9 (diff)
[OPTIONS] I want to get funcs in my history..
Diffstat (limited to '20_Options.zsh')
-rw-r--r--20_Options.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/20_Options.zsh b/20_Options.zsh
index 0ac3b5d..d150609 100644
--- a/20_Options.zsh
+++ b/20_Options.zsh
@@ -58,7 +58,7 @@ setopt Extended_History
setopt Hist_Expire_Dups_First
setopt Hist_Ignore_All_Dups
setopt Hist_Ignore_Space
-setopt Hist_No_Functions
+unsetopt Hist_No_Functions
unsetopt Hist_No_Store
setopt Hist_Reduce_Blanks
setopt Inc_Append_History