doron-cohen / antidot

Cleans up your $HOME from those pesky dotfiles
MIT License
305 stars 18 forks source link

Add `perl5` and `.cpanm` rule #198

Open Grafcube opened 2 years ago

Grafcube commented 2 years ago

There is an open issue for .cpan andk/cpanpm#149. This only applies to perl5 and .cpanm.

doron-cohen commented 2 years ago

Unfortunately appending a dir to PATH might no work on all shells. Can you remove it and we will need to think of a way to support this if need arises

Grafcube commented 2 years ago

I don't really understand the issue. The substitution syntax should work on any shell (except maybe fish but I've never used it so I don't know). These variables are shown during setup to append to your .bashrc or .zshrc. But I'll remove it anyway if it does cause some other issues I'm unaware of. It works fine for me on zsh.