summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2014-08-13 00:37:04 +0200
committerFlorian Pritz <bluewind@xinu.at>2014-08-13 00:37:04 +0200
commita33968be140dba9c01125763328a716aab1ea9f3 (patch)
treeb9b3908e087a2858dc4fc37faf0e3cc54a4621bf /.zshrc
parent5c185c41871a1d1b7e5851adb7c5a72acb5abd08 (diff)
downloaddotfiles-a33968be140dba9c01125763328a716aab1ea9f3.tar.gz
dotfiles-a33968be140dba9c01125763328a716aab1ea9f3.tar.xz
misc
Signed-off-by: Florian Pritz <bluewind@xinu.at>
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)