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, 0 insertions, 24 deletions
diff --git a/dotfiles/zsh/history.zsh b/dotfiles/zsh/history.zsh
deleted file mode 100755
index eec299f..0000000
--- a/dotfiles/zsh/history.zsh
+++ /dev/null
@@ -1,24 +0,0 @@
-# ██
-# ░██
-# ██████ ██████░██
-# ░░░░██ ██░░░░ ░██████
-# ██ ░░█████ ░██░░░██
-# ██ ░░░░░██░██ ░██
-# ██████ ██████ ░██ ░██
-# ░░░░░░ ░░░░░░ ░░ ░░
-#
-# ▓▓▓▓▓▓▓▓▓▓
-# ░▓ 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