From 8fc531b05e0f70f3148fde8bf1f9049136f5d236 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 14 Mar 2016 22:09:58 +0100 Subject: removed zsh --- zsh/functions/_git-rm | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 zsh/functions/_git-rm (limited to 'zsh/functions/_git-rm') diff --git a/zsh/functions/_git-rm b/zsh/functions/_git-rm deleted file mode 100644 index a10baf9..0000000 --- a/zsh/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