Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hurty/dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Hurtevent committed Oct 19, 2012
2 parents 7fc2e6b + 1658790 commit 12f86ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bashrc
@@ -1,5 +1,5 @@
export EDITOR="s"
export PATH=/Users/pierre/pear/bin:/usr/local/bin:/usr/local/sbin:$PATH
export PATH=/Users/pierre/pear/bin:/usr/local/bin:/usr/local/sbin:/usr/local/Cellar/ruby/1.9.3-p194/bin:$PATH

# Common aliases
alias ..="cd .."
Expand Down Expand Up @@ -49,3 +49,4 @@ parse_git_branch() {

# Ruby environment
eval "$(rbenv init -)"
alias b="bundle exec"

0 comments on commit 12f86ea

Please sign in to comment.