aboutsummaryrefslogtreecommitdiffstats
path: root/_zsh/history.zsh
diff options
context:
space:
mode:
Diffstat (limited to '_zsh/history.zsh')
-rw-r--r--_zsh/history.zsh10
1 files changed, 10 insertions, 0 deletions
diff --git a/_zsh/history.zsh b/_zsh/history.zsh
new file mode 100644
index 0000000..dd7997e
--- /dev/null
+++ b/_zsh/history.zsh
@@ -0,0 +1,10 @@
+#
+# zsh/history.zsh
+#
+
+# history settings
+HISTSIZE=10000
+SAVEHIST=9000
+HISTFILE=~/.zsh_history
+
+# vim: set ts=8 sw=4 tw=0 fenc=utf-8 ft=zsh: #