Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…files into emacs24
  • Loading branch information
esquivalient committed Aug 22, 2012
2 parents e2a205e + d788ea8 commit 1a1a033
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/skel/.bash_profile,v 1.10 2002/11/18 19:39:22 azarah Exp $

#This file is sourced by bash when you log in interactively.
if [[ -d "$HOME/.rbenv" ]] ; then eval "$(rbenv init -)"; fi

[ -f ~/.bashrc ] && . ~/.bashrc

for k in /usr/bin/keychain /opt/local/bin/keychain /usr/local/bin/keychain; do
Expand All @@ -20,4 +22,3 @@ cf_date_check_notify
cf_check_for_updates

if [[ -s "$HOME/.rvm/scripts/rvm" ]] ; then source "$HOME/.rvm/scripts/rvm" ; fi
if [[ -d "$HOME/.rbenv" ]] ; then eval "$(rbenv init -)"; fi

0 comments on commit 1a1a033

Please sign in to comment.