summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 1 insertions, 2 deletions
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