From e868145d186b28b872851e1452a1f8dd7b04d39b Mon Sep 17 00:00:00 2001 From: Gardouille Date: Fri, 4 Aug 2017 16:03:24 +0200 Subject: [PATCH] Correct git log alias. --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index dd258c4..4368c44 100644 --- a/zshrc +++ b/zshrc @@ -161,7 +161,7 @@ alias gstatus='git status' # Recherche dans le dépôt en ajoutant le numéro de la ligne et de la couleur alias ggrep='git grep --color -n -P' # Voir les logs d'un dépôt git (à la manière de gitk, dans un terminal) -alias glog="git log --graph --full-history --all --color --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' | $PAGER" +alias glog="git log --graph --full-history --all --color --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'" # Lister les fichiers de configuration inutiles