Skip to content

Commit

Permalink
disabling autocorrect and adding a few aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Jun 2, 2012
1 parent 12c7276 commit d0ebddc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 0 additions & 2 deletions bin/mate_wait

This file was deleted.

10 changes: 9 additions & 1 deletion oh-my-zsh/custom/plugins/rbates/rbates.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,12 @@ h() { cd ~/$1; }
_h() { _files -W ~/ -/; }
compdef _h h

export EDITOR='mate -w'
export EDITOR='mate -w'

# autocorrect is more annoying than helpful
unsetopt correct_all

# a few aliases I like
alias gs='git status'
alias gd='git diff'
alias tlog='tail -f log/development.log'

0 comments on commit d0ebddc

Please sign in to comment.