From 350a07b0a8525645671a029621cc873b2a8d1957 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 9 Feb 2016 14:16:10 +0100 Subject: Fixed oh-my-zsh --- functions/_git-rm | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 functions/_git-rm (limited to 'functions/_git-rm') diff --git a/functions/_git-rm b/functions/_git-rm deleted file mode 100644 index a10baf9..0000000 --- a/functions/_git-rm +++ /dev/null @@ -1,7 +0,0 @@ -#compdef git-rm -_arguments -S -A '-*' \ - '-f[override the up-to-date check]' \ - "-n[don't actually remove the files, just show if they exist in the index]" \ - '-r[allow recursive removal when a leading directory-name is given]' \ - '--cached[only remove files from the index]' && ret=0 -_files -- cgit v1.2.3