.bashrc

changeset 174
d94a247836c8
parent 97
dadc95ee5fe6
child 270
dda2a7f4d485
--- a/.bashrc
+++ b/.bashrc
@@ -5,8 +5,7 @@ if [ -f ~/.bashrc.dist ]; then
   source ~/.bashrc.dist
 fi
 
-export EDITOR=vim
-export PERL_CPANM_OPT='-n --prompt --reinstall'
+source ~/.profile.common
 
 if [ -d ~/bin ]; then
   export PATH="$HOME/bin:$PATH"

mercurial