aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2016-10-07 09:26:47 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2017-06-01 18:37:35 +0200
commit6f917777cc5be5df1484961d67aec55f3591fb54 (patch)
tree15c10ac85326d9d3097be94ae90d788db48085b7 /zsh
parent8e32e6731567a3654999826e4ee7af8660787210 (diff)
downloaddotfiles-6f917777cc5be5df1484961d67aec55f3591fb54.tar.xz
zsh: Drop custom completions
No use for any of them anymore. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc2
-rw-r--r--zsh/completion/_5c4
-rw-r--r--zsh/completion/_5v4
-rw-r--r--zsh/completion/_aur4
4 files changed, 0 insertions, 14 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 968cc58..4ed147d 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -12,8 +12,6 @@ zstyle ':completion:*' rehash yes
# Colors for file completion
zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
-fpath=("$ZDOTDIR"/completion "${fpath[@]}")
-
autoload -Uz colors \
compinit \
promptinit \
diff --git a/zsh/completion/_5c b/zsh/completion/_5c
deleted file mode 100644
index 5f309c7..0000000
--- a/zsh/completion/_5c
+++ /dev/null
@@ -1,4 +0,0 @@
-#compdef 5c
-
-_arguments \
- "1: :($(print $HOME/projects/*(/) | xargs -n1 basename))"
diff --git a/zsh/completion/_5v b/zsh/completion/_5v
deleted file mode 100644
index 659bb1a..0000000
--- a/zsh/completion/_5v
+++ /dev/null
@@ -1,4 +0,0 @@
-#compdef 5v
-
-_arguments \
- "1: :($(print $HOME/venvs/*(/) | xargs -n1 basename))"
diff --git a/zsh/completion/_aur b/zsh/completion/_aur
deleted file mode 100644
index 83a359c..0000000
--- a/zsh/completion/_aur
+++ /dev/null
@@ -1,4 +0,0 @@
-#compdef aur-push aur-pull
-
-_arguments \
- "1: :($(git for-each-ref --format='%(refname:short)' refs/heads))"