doron-cohen / antidot

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

Do not check if dotfile name begins with a dot #188

Closed Grafcube closed 2 years ago

Grafcube commented 2 years ago

Some applications create a directory in $HOME that does not begin with a dot. For example, perl5 and go. With this change, antidot will check for a match for dotfile: name: regardless of if it begins with a dot or not.

doron-cohen commented 2 years ago

Thanks @Grafcube this will be helpful for a couple of apps