-
Notifications
You must be signed in to change notification settings - Fork 193
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
git status does not show numbers #329
Comments
I have this same issue! System: MacOS 14.1 Beta (23B5046f) |
I think that the expected behavior, as I also don't have any numbered shortcuts when using
|
Maybe I misunderstood something in the README. In Configuration section 3, it says:
Someone please correct me if I have misinterpreted something? |
I think that's probably not a misunderstanding. I'm not sure if there is a bug, as in that at some point worked and now doesn't, or if that's a feature that we'd have to add. |
This does look like an issue with
|
Hello!
First time user, seems like a great idea. I'm having an issue with file enumerations not appearing when I run
git status
:I cloned the repo, ran
install.sh
and verified that my~/.bash_profile
was updated. Then, I ransource ~/.bash_profile
and navigated to a directory with an active git repo in it.I edited
~/.git.scmbrc
, setting the following:Then, I ran
source ~/.bash_profile
again to take the updates.When I run
git st
orgit status
, I don't see the file enumerations. When I rungs
, I do see them.Note: I have Git completion and Bash completion enabled if that matters?
System: MacOS (Apple M2 Pro, 13.5.2)
Shell: Bash (5.2.15)
Terminal: iTerm2 (3.4.20)
The text was updated successfully, but these errors were encountered: