Skip to content

Commit

Permalink
moving bin directory into plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Jun 3, 2012
1 parent 7710095 commit ce2f57c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
File renamed without changes.
3 changes: 3 additions & 0 deletions oh-my-zsh/custom/plugins/rbates/rbates.plugin.zsh
Expand Up @@ -15,3 +15,6 @@ unsetopt correct_all
alias gs='git status'
alias gd='git diff'
alias tlog='tail -f log/development.log'

# add plugin's bin directory to path
export PATH="$(dirname $0)/bin:$PATH"
2 changes: 1 addition & 1 deletion zshrc
Expand Up @@ -5,7 +5,7 @@ DISABLE_LS_COLORS="true"

plugins=(git bundler brew gem rbates)

export PATH="$HOME/.bin:/usr/local/bin:$PATH"
export PATH="/usr/local/bin:$PATH"

source $ZSH/oh-my-zsh.sh

Expand Down

0 comments on commit ce2f57c

Please sign in to comment.