From 1d1fa65fba107c575a2a540258838f117a3ed520 Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Date: Tue, 1 Jan 2013 23:22:42 +0530 Subject: [PATCH] Don't use a pager for output display. --- antigen.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/antigen.zsh b/antigen.zsh index c24a6a8..e6eb2e0 100644 --- a/antigen.zsh +++ b/antigen.zsh @@ -176,7 +176,8 @@ antigen-revert () { # A temporary function wrapping the `git` command with repeated arguments. --plugin-git () { - eval git --git-dir=$clone_dir/.git --work-tree=$clone_dir "$@" + eval git --no-pager \ + --git-dir=$clone_dir/.git --work-tree=$clone_dir "$@" } # Clone if it doesn't already exist. -- 2.0.0