Skip to content

Commit

Permalink
random changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ranman committed Mar 13, 2013
1 parent 131a9e6 commit b5e0ee2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitconfig
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@
ui = true ui = true
[push] [push]
default = simple default = simple
[alias]
co = checkout
3 changes: 2 additions & 1 deletion .zshrc
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ alias cr="python \~/dev/10gen/scratch/tools/upload.py \-y \-s codereview.10gen.c
# Vim style command editing # Vim style command editing
autoload edit-command-line autoload edit-command-line
zle -N edit-command-line zle -N edit-command-line
bindkey '^Xe' edit-command-line bindkey '^x^e' edit-command-line


# pip virtualenv support # pip virtualenv support
export PIP_VIRTUALENV=$WORKON_HOME export PIP_VIRTUALENV=$WORKON_HOME
Expand All @@ -47,5 +47,6 @@ if [[ -f "$HOME/.amazon_keys" ]]; then
fi fi
if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi


alias knife='nocorrect knife'
POWERLINE_NO_BLANK_LINE="true" POWERLINE_NO_BLANK_LINE="true"
POWERLINE_DETECT_SSH="true" POWERLINE_DETECT_SSH="true"

0 comments on commit b5e0ee2

Please sign in to comment.