aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/zsh/history.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/zsh/history.zsh')
-rwxr-xr-xdotfiles/zsh/history.zsh24
1 files changed, 24 insertions, 0 deletions
diff --git a/dotfiles/zsh/history.zsh b/dotfiles/zsh/history.zsh
new file mode 100755
index 0000000..eec299f
--- /dev/null
+++ b/dotfiles/zsh/history.zsh
@@ -0,0 +1,24 @@
+# ██
+# ░██
+# ██████ ██████░██
+# ░░░░██ ██░░░░ ░██████
+# ██ ░░█████ ░██░░░██
+# ██ ░░░░░██░██ ░██
+# ██████ ██████ ░██ ░██
+# ░░░░░░ ░░░░░░ ░░ ░░
+#
+# ▓▓▓▓▓▓▓▓▓▓
+# ░▓ author ▓ xero <x@xero.nu>
+# ░▓ code ▓ http://code.xero.nu/dotfiles
+# ░▓ mirror ▓ http://git.io/.files
+# ░▓▓▓▓▓▓▓▓▓▓
+# ░░░░░░░░░░
+#
+#█▓▒░ history
+HISTFILE=~/.zhistory
+setopt APPEND_HISTORY
+HISTSIZE=1200
+SAVEHIST=1000
+setopt HIST_EXPIRE_DUPS_FIRST
+setopt EXTENDED_HISTORY
+setopt SHARE_HISTORY