Subject: | Nit: Don't expand $HOME when you don't need to |
perlbrew will give me a line like:
source /home/avar/...
It would be nice if it kept track of whether it had used $ENV{HOME} for
that first bit, and if if so do:
source ~/...
I keep my ~/.bashrc in Git and move it between users, if it uses ~ I
don't have to fix it up before committing it.