-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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 commands empty output #54
Comments
I knew that there was more to So, having that switch breaks scrolling; not having that switch breaks Git and everything else that has similar pager behaviour. There is another switch We either have to add I do not want a @giddie might just have to search man pages instead of scrolling. |
Maybe that will help, from
|
I know, but it will not set |
I've read that as well, as I've also read that you do not want several pagers configuration.
Once again, I've read you're against this. |
|
Does @giddie not use Git? |
Yes, I do. I have the following in my [core]
pager = LESS="RS" less I remember this being an issue for me at one time, and that's the solution I came up with. I don't remember clearly how I came to this solution, but it looks like this just clobbers any existing |
You just disabled |
This reverts commit 34a5743.
* 'master' of https://github.com/zsh-users/prezto: (53 commits) Allow setting ZPREZTODIR to make prezto easier to integrate with (sorin-ionescu#54) documenting PR approval process defined in sorin-ionescu#41 (sorin-ionescu#45) Revert "Restore the parser status to PS2" Fix typos and link usernames Clearly define who are the project leaders (sorin-ionescu#26) Restore the parser status to PS2 Revert "resolve race condition between git completion and coalesce function" Fix links in README Do not call `editor-info` in `zle-line-finish` Bump license years and tidy up readme Provide upgrade instructions + link to new fork ssh: update ps|grep ssh-agent check Don't load pfunctions from vi swap files Add module 'encode64' from oh-my-zsh (renamed to 'base64') Add module 'fancy-ctrl-z' from oh-my-zsh Update all submodules Discover and reuse existing ssh-agent if possible added maven plugin from oh-my-zsh Add basic set of aliases for npm Revert "use non breaking space" see sorin-ionescu#14 ...
…in-ionescu#54) * Allow setting ZPREZTODIR to make prezto easier to integrate with * Set ZPREZTODIR to ${0:h}
This reverts commit 34a5743.
This reverts commit 34a5743.
Hi,
Since yesterday I've noticed that some git commands like git diff, git stash list was not returning anything.
Searched for a while to identify that the 34a5743 commit related to #35 was causing this. (-X removal)
Any ideas?
The text was updated successfully, but these errors were encountered: