Tell git not to use pager in eshell
Eshell can't handle pagers.
This commit is contained in:
parent
5b3f52f5fb
commit
2a294d1ea8
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ buffer.")
|
||||||
("rg" "rg --color=always $*")
|
("rg" "rg --color=always $*")
|
||||||
("l" "ls -lh $*")
|
("l" "ls -lh $*")
|
||||||
("ll" "ls -lah $*")
|
("ll" "ls -lah $*")
|
||||||
|
("git" "git --no-pager $*")
|
||||||
("gg" "magit-status")
|
("gg" "magit-status")
|
||||||
("cdp" "cd-to-project")
|
("cdp" "cd-to-project")
|
||||||
("clear" "clear-scrollback")) ; more sensible than default
|
("clear" "clear-scrollback")) ; more sensible than default
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue