In my dotsyncrc file I have the following configuration:
[files]
config/fish/functions
Which I was hoping would create that same structure when it gets synced to my home directory, but instead of ~/.config/fish/functions I ended up with ~/.functions.
Is there a way to make it re-create the same structure that is in the dotsyncrc file?
Thanks!