Merge pull request #4854 from daanturo/git-no-pager-in-eshell
Tell git not to use pager in eshell
This commit is contained in:
commit
3db634bcfd
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue