Skip to content

Commit

Permalink
Remove unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
maikelrobier committed Nov 24, 2017
1 parent 69cef13 commit ede6373
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions home/.bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ shopt -s histappend;
# Autocorrect typos in path names when using `cd`
shopt -s cdspell;

# load the default .profile
[[ -s "$HOME/.profile" ]] && source "$HOME/.profile"

# load RVM into a shell session *as a function*
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"

Expand Down

0 comments on commit ede6373

Please sign in to comment.