Skip to content

Commit

Permalink
Simpler bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwynne committed May 20, 2013
1 parent c8052e5 commit 7b67718
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions bashrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
source ~/.dotfiles/bash/env
source ~/.dotfiles/bash/config
source ~/.dotfiles/bash/aliases
source ~/.dotfiles/bash/git_completion

if [ -s ~/.bashrc_local ]; then source ~/.bashrc_local; fi
# rvm needs to be sourced last
if [[ -s ~/.rvm/scripts/rvm ]] ; then source ~/.rvm/scripts/rvm ; fi
for f in $(ls ~/.dotfiles/bash/*); do
source $f
done

0 comments on commit 7b67718

Please sign in to comment.