Yet more changes changes changes wat

This commit is contained in:
Dan Buch
2014-11-12 11:00:11 -05:00
parent 110244ebd6
commit 10e4fad35d
5 changed files with 25 additions and 1 deletions

9
zshrc
View File

@@ -37,8 +37,15 @@ plugins=(
rbenv
)
fpath=(/usr/local/share/zsh/site-functions $fpath)
source $ZSH/oh-my-zsh.sh
# The completion for aws is not compatible with $fpath :scream_cat:
if [[ -f /usr/local/share/zsh/site-functions/_aws ]] ; then
source /usr/local/share/zsh/site-functions/_aws
fi
unsetopt correct_all
bindkey '^R' history-incremental-search-backward
@@ -66,6 +73,8 @@ for prefix in github.com code.google.com/p ; do
CDPATH="$HOME/gopath/src/$prefix:$CDPATH"
done
export GPG_TTY=$(tty)
source ~/.bash_aliases
function dump-ssh-agent() {