changed alias for git_log_stat_alias from gls to glst due to issue with recent zsh update

This commit is contained in:
Tobias Baumhöver
2016-11-01 13:33:50 +01:00
parent ac6a7808b7
commit b5606ed897

View File

@@ -89,7 +89,7 @@ git_merge_only_fast_forward_alias="gmff"
git_cherry_pick_alias="gcp" git_cherry_pick_alias="gcp"
git_log_alias="gl" git_log_alias="gl"
git_log_all_alias="gla" git_log_all_alias="gla"
git_log_stat_alias="gls" git_log_stat_alias="glst"
git_log_graph_alias="glg" git_log_graph_alias="glg"
git_show_alias="gsh" git_show_alias="gsh"
git_show_summary="gsm" # (gss taken by git status short) git_show_summary="gsm" # (gss taken by git status short)