From 98bf368dd4db1446f90506242f5f1bcf7e47d029 Mon Sep 17 00:00:00 2001 From: diegok Date: Sat, 19 Jan 2013 14:03:31 +0100 Subject: [PATCH] perlbrew plugin --- plugins/available/perlbrew.plugin.bash | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 plugins/available/perlbrew.plugin.bash diff --git a/plugins/available/perlbrew.plugin.bash b/plugins/available/perlbrew.plugin.bash new file mode 100644 index 00000000..2b6128ea --- /dev/null +++ b/plugins/available/perlbrew.plugin.bash @@ -0,0 +1,6 @@ +# Load perlbrew, if you are using it + +cite about-plugin +about-plugin 'load perlbrew, if you are using it' + +[[ -e ~/perl5/perlbrew/etc/bashrc ]] && source ~/perl5/perlbrew/etc/bashrc