Merge pull request #4854 from daanturo/git-no-pager-in-eshell

Tell git not to use pager in eshell
This commit is contained in:
Henrik Lissner 2021-04-14 12:46:24 -04:00 committed by GitHub
commit 3db634bcfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,7 @@ buffer.")
("rg" "rg --color=always $*")
("l" "ls -lh $*")
("ll" "ls -lah $*")
("git" "git --no-pager $*")
("gg" "magit-status")
("cdp" "cd-to-project")
("clear" "clear-scrollback")) ; more sensible than default