-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
directory --file breaks on ENV variables. #173
Comments
Interesting, can you try putting the following in your freshrc and see what the output is?
|
just If I change it from My output is
|
Ah, it could be that the issue isn't coming from the fresh espanso line but later in the |
Ah, No, I think that just comes back to the issue that ~/.config/espanso is just a link to /Users/nick.wolf/.config/fresh/build/-Users-nick.wolf-.config-espanso and not a folder. |
I tried to add a failing test, but it's passing. I don't think I'm going to have time to look into this one. Keep us updated if you find any more info. |
I seem to be running into an error with copying whole directories over when using a ENV in the path.
fresh config/espanso --file=~/.config/espanso/
works
fresh config/espanso --file=$XDG_CONFIG_HOME/espanso/
does not.
running
readlink ~/.config/espanso when I've used XDG_CONFIG produces
/Users/nick.wolf/.config/fresh/build/-Users-nick.wolf-.config-espanso
when the folder is created at
/Users/nick.wolf/.config/fresh/build/config-espanso
For the time being I've fixed it by using
fresh config/espanso --file=~/.config/espanso/
The text was updated successfully, but these errors were encountered: