zsh and git foo
This commit is contained in:
parent
39aa7597b3
commit
700658defc
3
bashrc
3
bashrc
@ -12,3 +12,6 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# vim:filetype=sh
|
# vim:filetype=sh
|
||||||
|
|
||||||
|
### Added by the Heroku Toolbelt
|
||||||
|
export PATH="/usr/local/heroku/bin:$PATH"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[user]
|
[user]
|
||||||
name = Dan Buch
|
name = Dan Buch
|
||||||
email = dan@meatballhat.com
|
email = daniel.buch@gmail.com
|
||||||
|
|
||||||
[github]
|
[github]
|
||||||
user = meatballhat
|
user = meatballhat
|
||||||
|
3
zshrc
3
zshrc
@ -38,6 +38,7 @@ plugins=(
|
|||||||
)
|
)
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
[[ -e ~/.zshenv ]] && source ~/.zshenv
|
||||||
|
|
||||||
unsetopt correct_all
|
unsetopt correct_all
|
||||||
bindkey '^R' history-incremental-search-backward
|
bindkey '^R' history-incremental-search-backward
|
||||||
@ -70,7 +71,7 @@ path=(
|
|||||||
eval "$(goenv init -)"
|
eval "$(goenv init -)"
|
||||||
export GOPATH="$HOME/gopath"
|
export GOPATH="$HOME/gopath"
|
||||||
|
|
||||||
CDPATH="$HOME/workspace:$HOME/src:$HOME/repos"
|
CDPATH="$HOME/workspace:$HOME/src:$HOME/Development/src:$HOME/repos"
|
||||||
for prefix in github.com code.google.com/p ; do
|
for prefix in github.com code.google.com/p ; do
|
||||||
CDPATH="$HOME/gopath/src/$prefix:$CDPATH"
|
CDPATH="$HOME/gopath/src/$prefix:$CDPATH"
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user