freshshell / fresh

Keep your dotfiles fresh.
https://freshshell.com/
1.18k stars 87 forks source link

fresh doesn't honer symlinked files in freshrc #146

Open phoolish opened 7 years ago

phoolish commented 7 years ago

My .freshrc looks like this:

fresh symlinked.file

I run fresh and check ~/.fresh/build/shell.sh the file it is not included.

Is this intended functionality and, if so, why?

twe4ked commented 7 years ago

Sounds like a bug. Thanks for reporting it! It's on my radar.

bjeanes commented 5 years ago

I've noticed Fresh will resolve the linked file. If that link is broken (perhaps by referring to a parent which no longer exists when it is copied into the fresh source directory), that might explain its absence...