Yet more changes changes changes wat

main
Dan Buch 10 years ago
parent 110244ebd6
commit 10e4fad35d

@ -1 +1 @@
gem: --no-rdoc --ri
gem: --no-rdoc --no-ri

@ -90,3 +90,5 @@
logv = log --name-status
# vim: set filetype=cfg noexpandtab:
[commit]
template = /Users/me/.gittemplate

@ -0,0 +1,9 @@
# 50-character subject line
#
# 72-character wrapped longer description. This should answer:
#
# - Why was this change necessary?
# - How does it address the problem?
# - Are there any side effects?
#
# Include a link to the ticket, if any.

@ -19,4 +19,8 @@ set textwidth=67
map ,t :w<CR>
map ,- :nohl<CR>
let g:go_fmt_command = "goimports"
call pathogen#infect()
colo summerfruit256

@ -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() {

Loading…
Cancel
Save