From 4e46791a9f00ca29537a3ee554841dfa1488ad79 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Wed, 8 Apr 2015 08:12:20 +0200 Subject: remove shell completion --- shell-completion/zsh/_sd_machines | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 shell-completion/zsh/_sd_machines (limited to 'shell-completion/zsh/_sd_machines') diff --git a/shell-completion/zsh/_sd_machines b/shell-completion/zsh/_sd_machines deleted file mode 100644 index a0039ee0f8..0000000000 --- a/shell-completion/zsh/_sd_machines +++ /dev/null @@ -1,13 +0,0 @@ -#autoload -__get_machines () { - machinectl --full --no-legend --no-pager list | {while read -r a b; do echo $a; done;}; -} - -local -a _machines -_machines=("${(fo)$(__get_machines)}") -typeset -U _machines -if [[ -n "$_machines" ]]; then - _describe 'machines' _machines -else - _message 'no machines' -fi -- cgit v1.2.3-54-g00ecf