dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 8ee7d53fdb96de1981e47cde652d923a14c0b84a
parent 9d547b96df35f2a28202fe2020883e0117bc904d
Author: pyratebeard <root@pyratebeard.net>
Date:   Thu, 25 Aug 2016 21:30:54 +0100

replaced xero details. removed shared history option

Diffstat:
Mzsh/.zsh/history.zsh | 22+++++-----------------
1 file changed, 5 insertions(+), 17 deletions(-)

diff --git a/zsh/.zsh/history.zsh b/zsh/.zsh/history.zsh @@ -1,24 +1,11 @@ -# ██ -# ░██ -# ██████ ██████░██ -# ░░░░██ ██░░░░ ░██████ -# ██ ░░█████ ░██░░░██ -# ██ ░░░░░██░██ ░██ -# ██████ ██████ ░██ ░██ -# ░░░░░░ ░░░░░░ ░░ ░░ # -# ▓▓▓▓▓▓▓▓▓▓ -# ░▓ author ▓ xero <x@xero.nu> -# ░▓ code ▓ http://code.xero.nu/dotfiles -# ░▓ mirror ▓ http://git.io/.files -# ░▓▓▓▓▓▓▓▓▓▓ -# ░░░░░░░░░░ +# author pyratebeard <root@pyratebeard.net> +# code http://code.pyratebeard.net/dotfiles # -#█▓▒░ history +# history HISTFILE=~/.zhistory setopt APPEND_HISTORY HISTSIZE=1200 SAVEHIST=1000 setopt HIST_EXPIRE_DUPS_FIRST -setopt EXTENDED_HISTORY -setopt SHARE_HISTORY +setopt EXTENDED_HISTORY +\ No newline at end of file