From 37ef7b9e48d9a496c08540772a110b85aacac2e6 Mon Sep 17 00:00:00 2001 From: xero Date: Sat, 7 Mar 2015 20:49:16 -0500 Subject: organize and modularize zsh configs --- zsh/.zsh/history.zsh | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100755 zsh/.zsh/history.zsh (limited to 'zsh/.zsh/history.zsh') diff --git a/zsh/.zsh/history.zsh b/zsh/.zsh/history.zsh new file mode 100755 index 0000000..eec299f --- /dev/null +++ b/zsh/.zsh/history.zsh @@ -0,0 +1,24 @@ +# ██ +# ░██ +# ██████ ██████░██ +# ░░░░██ ██░░░░ ░██████ +# ██ ░░█████ ░██░░░██ +# ██ ░░░░░██░██ ░██ +# ██████ ██████ ░██ ░██ +# ░░░░░░ ░░░░░░ ░░ ░░ +# +# ▓▓▓▓▓▓▓▓▓▓ +# ░▓ author ▓ xero +# ░▓ 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 -- cgit v1.2.1