-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
[Feature Request] czg not loads ~/.czrc or ~/.cz.json global config #42
Comments
Use the |
czg , {
"scopes": ["app", "home", "account", "comment"]
} |
cat ~/.czrc
{
"scopes": ["app", "home", "account", "comment"]
}
czg
czg@1.3.8
? Select the type of change that you're committing: feat: A new feature
? Denote the SCOPE of this change (optional):
❯ empty
custom
|
but |
This is the case, check whether there is |
send |
run the command check if is bug. This is a minimal reproduction example cd ../ && mkdir test && cd test && git init && npm init -y && git add . && czg |
sorry ,the git proj is at /tmp/somegit , but If it is located in ~/somedir/somegit ,it works |
Thx u support. Have enjoy~ It will be awesome ❤️ |
but why /tmp dir not load ~/.czrc |
I guess you be using WSL Windows, |
No ,i use ubuntu 16 lts , 32bit |
💭 Describe the feature
~/.czrc or ~/.cz.json works
💡 Proposed Solution
No response
The text was updated successfully, but these errors were encountered: