Add git config files

This commit is contained in:
2018-08-05 22:21:54 +01:00
commit 19c3d87cab
5 changed files with 102 additions and 0 deletions

7
_git-changes Normal file
View File

@@ -0,0 +1,7 @@
#compdef git-changes
#description Compare changes on this branch with another.
_arguments \
'1: :__git_remote_branch_names_noprefix'
# vim: ft=zsh