Skip to content

Commit

Permalink
trying out this scm_breeze thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Ball committed Apr 25, 2012
1 parent e0a9d5f commit 788e7f5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _bashrc
Expand Up @@ -123,3 +123,5 @@ export EDITOR=vim
fi

PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting

[ -s "$HOME/.scm_breeze/scm_breeze.sh" ] && source "$HOME/.scm_breeze/scm_breeze.sh"
2 changes: 2 additions & 0 deletions _zshrc
Expand Up @@ -71,3 +71,5 @@ bindkey '^R' history-incremental-search-backward

# load some custom completions
fpath=(${HOME}/.zsh/completions $fpath)

[ -s "$HOME/.scm_breeze/scm_breeze.sh" ] && source "$HOME/.scm_breeze/scm_breeze.sh"
1 change: 1 addition & 0 deletions solarized
Submodule solarized added at c35065

0 comments on commit 788e7f5

Please sign in to comment.