You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how to recreate: if you move the configuration directory to another path and run zmk cd it will output the command to change the path of the directory and it suggests zmk config user.home=/path/to/config
problem: if i run zmk config user.home=/path/to/config and then zmk cd it doesnt cd to the right directory but still gives me the error about the missing directory (or possibly cd in the wrong dir)
the problem is in the user.home=... because in the documentation it states to use the command without the "=" and indeed it works, it's just a minor bug about the help output
The text was updated successfully, but these errors were encountered:
Copied from joelspadin#1
The text was updated successfully, but these errors were encountered: