summaryrefslogtreecommitdiff
path: root/.zsh/completion/_cr
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2022-11-26 13:53:23 +0200
committerSyndamia <kamen@syndamia.com>2022-11-26 13:53:23 +0200
commitbf80dd397748c768b13d02996a0852edc5272785 (patch)
tree05c84867c1e6f42cb4d1a294e41cea9eabd8b0fa /.zsh/completion/_cr
parent15cd9435651eb31454b6747900c8246a8aeb573d (diff)
downloaddotfiles-bf80dd397748c768b13d02996a0852edc5272785.tar
dotfiles-bf80dd397748c768b13d02996a0852edc5272785.tar.gz
dotfiles-bf80dd397748c768b13d02996a0852edc5272785.zip
[zshrc] Renamed cr to cdrepo and fixed its implementation
Diffstat (limited to '.zsh/completion/_cr')
-rw-r--r--.zsh/completion/_cr9
1 files changed, 0 insertions, 9 deletions
diff --git a/.zsh/completion/_cr b/.zsh/completion/_cr
deleted file mode 100644
index 8c5fb5d..0000000
--- a/.zsh/completion/_cr
+++ /dev/null
@@ -1,9 +0,0 @@
-#compdef cr
-
-_cr() {
- _arguments \
- '1:Repo place:(GitLab-repos GitHub-repos source)' \
- "2:Repo:_files -W ~/Programming/${words[2]} -/"
-}
-
-_cr "$@"