From 05dbffc176223165370a46c25c55dae883dc18df Mon Sep 17 00:00:00 2001 From: chenyc Date: Wed, 14 Dec 2022 15:47:47 +0800 Subject: [PATCH] remove git --no-pager --- config/git.zsh | 1 - 1 file changed, 1 deletion(-) diff --git a/config/git.zsh b/config/git.zsh index 9536cf6..f60bd06 100644 --- a/config/git.zsh +++ b/config/git.zsh @@ -1,6 +1,5 @@ export GIT_TERMINAL_PROMPT=1 -alias git='git --no-pager' alias gco='git checkout' alias gpo='git push origin $(git symbolic-ref --short -q HEAD)' alias gpl='git pull origin $(git symbolic-ref --short -q HEAD) --ff-only'