Yet more changes changes changes wat
This commit is contained in:
parent
110244ebd6
commit
10e4fad35d
@ -90,3 +90,5 @@
|
||||
logv = log --name-status
|
||||
|
||||
# vim: set filetype=cfg noexpandtab:
|
||||
[commit]
|
||||
template = /Users/me/.gittemplate
|
||||
|
9
gittemplate
Normal file
9
gittemplate
Normal file
@ -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.
|
4
vimrc
4
vimrc
@ -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
|
||||
|
9
zshrc
9
zshrc
@ -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…
Reference in New Issue
Block a user