summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2016-01-28 16:31:47 +0100
committerFlorian Pritz <bluewind@xinu.at>2016-01-28 16:31:47 +0100
commit5cb957748ec70ea3886799633a0ef28461d66be0 (patch)
tree872667c24db8415c64a85452d052da7849a675ea /.zshrc
parentce7226a3428bd211ba15bf7c2291f55c17ac22ac (diff)
downloaddotfiles-5cb957748ec70ea3886799633a0ef28461d66be0.tar.gz
dotfiles-5cb957748ec70ea3886799633a0ef28461d66be0.tar.xz
misc
Signed-off-by: Florian Pritz <bluewind@xinu.at>
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