Skip to content
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

Base navi directory for cheats-path different from config-path #907

Open
parkero opened this issue Jul 29, 2024 · 1 comment
Open

Base navi directory for cheats-path different from config-path #907

parkero opened this issue Jul 29, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@parkero
Copy link

parkero commented Jul 29, 2024

Describe the bug
On macOS the base directory for cheats and config are different without NAVI_* environmental variables being present.

To Reproduce

% echo $(navi info config-path) 
/Users/parkero/.config/navi/config.yaml
% echo $(navi info cheats-path)`
/Users/parkero/Library/Application Support/navi/cheats

Expected behavior
Base navi path would be the same for both in the absence of user configuration

Versions:

  • Navi: 2.23.0
  • macOS: 13.6.6
  • zsh 5.9 (x86_64-apple-darwin22.0)

Additional context
This came to my attention as I had a previous config.yaml changing my colors, but when I went to edit the config (through the default navi cheat "edit config file") it showed an empty file.

Either location seems fine, but odd to have them spread throughout the file tree.

I can write up a pull request if I know what the desired behavior should be, or feel free to close if working as intended.

@parkero parkero added the bug Something isn't working label Jul 29, 2024
Copy link

welcome bot commented Jul 29, 2024

Thanks for opening your first issue here! In case you're facing a bug, please update navi to the latest version first. Maybe the bug is already solved! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant