summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc7
1 files changed, 4 insertions, 3 deletions
diff --git a/.zshrc b/.zshrc
index 8c4840d..fbfed11 100644
--- a/.zshrc
+++ b/.zshrc
@@ -350,7 +350,7 @@ hless() {
# History {{{
export HISTFILE=~/.zsh/histfile
export HISTSIZE=10000
-export SAVEHIST=500000
+export SAVEHIST=5000000
# }}}
# Other ZSH options {{{
autoload -U colors
@@ -388,7 +388,7 @@ setopt inc_append_history
setopt no_bg_nice
setopt share_history
#setopt bang_hist
-setopt no_extended_history
+setopt extended_history
#setopt hist_reduce_blanks
setopt hist_ignore_space
setopt hist_find_no_dups
@@ -431,7 +431,7 @@ alias lla='ls -la'
alias lld='ls -ld'
# well I got used to that name ;)
-alias aurball='makepkg --source -f'
+alias aurball='mkaurball -f'
#alias sudo="sudo " #Sudo wont recognize aliases without this
alias s='sudo '
@@ -654,6 +654,7 @@ if [[ -e $HOME/git/dotfiles/.zsh/zsh-syntax-highlighting-git/zsh-syntax-highligh
fi
source $HOME/bin/gpg-agent.sh
+export SSH_AUTH_SOCK=$HOME/.gnupg/S.gpg-agent.ssh
#if type keychain >/dev/null; then
#eval $(keychain --eval -q)