Get rid of files where we don't own the copyright or license is unclear
[zsh-lovers.git] / zsh_people / bruno_bonfils / rc / history.rc
diff --git a/zsh_people/bruno_bonfils/rc/history.rc b/zsh_people/bruno_bonfils/rc/history.rc
deleted file mode 100644 (file)
index 56912ff..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#
-# History options
-#
-
-setopt EXTENDED_HISTORY                # add a timestamp and the duration of each command
-setopt SHARE_HISTORY           # _all_ zsh sessions share the same history files
-setopt HIST_IGNORE_ALL_DUPS    # ignores duplications
-
-HISTFILE=~/.zsh/histories/${$(hostname)//.*/}
-HISTSIZE=10000
-SAVEHIST=10000
-
-export HISTFILE HISTSIZE SAVEHIST