From b5606ed897783d65f5995b747cd1f12ec8d7000d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Baumho=CC=88ver?= Date: Tue, 1 Nov 2016 13:33:50 +0100 Subject: [PATCH] changed alias for git_log_stat_alias from gls to glst due to issue with recent zsh update --- git.scmbrc.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git.scmbrc.example b/git.scmbrc.example index 2728b5a..e04e9b3 100644 --- a/git.scmbrc.example +++ b/git.scmbrc.example @@ -89,7 +89,7 @@ git_merge_only_fast_forward_alias="gmff" git_cherry_pick_alias="gcp" git_log_alias="gl" git_log_all_alias="gla" -git_log_stat_alias="gls" +git_log_stat_alias="glst" git_log_graph_alias="glg" git_show_alias="gsh" git_show_summary="gsm" # (gss taken by git status short)