aboutsummaryrefslogtreecommitdiff
path: root/zsh/functions/_git-rm
diff options
context:
space:
mode:
authorCamil Staps2016-03-14 22:09:58 +0100
committerCamil Staps2016-11-30 19:11:07 +0100
commit8fc531b05e0f70f3148fde8bf1f9049136f5d236 (patch)
tree9368042f0c21844c9952281aeb585c15bcfd9001 /zsh/functions/_git-rm
parentClean limits to 80 chars (diff)
removed zsh
Diffstat (limited to 'zsh/functions/_git-rm')
-rw-r--r--zsh/functions/_git-rm7
1 files changed, 0 insertions, 7 deletions
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