mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Tell git not to use pager in eshell
Eshell can't handle pagers.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user