aboutsummaryrefslogtreecommitdiff
path: root/functions/_git-rm
diff options
context:
space:
mode:
authorCamil Staps2016-02-09 14:16:10 +0100
committerCamil Staps2016-11-30 19:11:06 +0100
commit350a07b0a8525645671a029621cc873b2a8d1957 (patch)
treef332a624e3182aea22e6a42c27346b3eba4203c5 /functions/_git-rm
parentzsh (diff)
Fixed oh-my-zsh
Diffstat (limited to 'functions/_git-rm')
-rw-r--r--functions/_git-rm7
1 files changed, 0 insertions, 7 deletions
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