diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-10-07 09:26:47 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 18:37:35 +0200 |
commit | 6f917777cc5be5df1484961d67aec55f3591fb54 (patch) | |
tree | 15c10ac85326d9d3097be94ae90d788db48085b7 /zsh | |
parent | 8e32e6731567a3654999826e4ee7af8660787210 (diff) | |
download | dotfiles-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/.zshrc | 2 | ||||
-rw-r--r-- | zsh/completion/_5c | 4 | ||||
-rw-r--r-- | zsh/completion/_5v | 4 | ||||
-rw-r--r-- | zsh/completion/_aur | 4 |
4 files changed, 0 insertions, 14 deletions
@@ -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))" |