From 5cb957748ec70ea3886799633a0ef28461d66be0 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 28 Jan 2016 16:31:47 +0100 Subject: misc Signed-off-by: Florian Pritz --- .zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 21c5307..529aaed 100644 --- a/.zshrc +++ b/.zshrc @@ -368,7 +368,7 @@ hless() { # History {{{ HISTFILE=~/.zsh/histfile HISTSIZE=10000 -SAVEHIST=5000000 +SAVEHIST=10000000 # }}} # Other ZSH options {{{ autoload -U colors @@ -679,7 +679,6 @@ if [[ -e $HOME/git/dotfiles/.zsh/zsh-syntax-highlighting-git/zsh-syntax-highligh source $HOME/git/dotfiles/.zsh/zsh-syntax-highlighting-git/zsh-syntax-highlighting.zsh fi -source $HOME/bin/gpg-agent.sh export SSH_AUTH_SOCK=$HOME/.gnupg/S.gpg-agent.ssh #if type keychain >/dev/null; then -- cgit v1.2.3-24-g4f1b