Replies: 1 comment
-
|
I think you can just set the PET_CONFIG_DIR environment variable to $HOME/.config/pet in your shell profile: This will make pet use $HOME/.config/pet/config.toml instead of %APPDATA%\pet\config.toml on Windows. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, how can I force the location of config to be e g
$HOME/.config/pet/config.toml(windows) ?Right now, it seems to insist on wanting to use
%appdata%\pet\config.tomlCan I set an env variable or add something to my bashrc or bashprofile?
So I don't have to use the
--configswitch for every call.Workaround:
Using a bash alias,
alias pet="pet --config $HOME/.config/pet/config.toml"seems to work for me at the moment.Beta Was this translation helpful? Give feedback.
All reactions