Skip to content

Commit

Permalink
use perlbrew, if it's about
Browse files Browse the repository at this point in the history
  • Loading branch information
richardc committed Jul 21, 2010
1 parent fcd7e09 commit 75edf99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ unset command_not_found_handle

alias vi=vim

if [ -f $HOME/perl5/perlbrew/etc/bashrc ]; then
. $HOME/perl5/perlbrew/etc/bashrc
fi

return # one day we may want programmable completion, but not soon

# enable programmable completion features (you don't need to enable
Expand Down

0 comments on commit 75edf99

Please sign in to comment.