From b9d4f7fcd076551c48d93839043dbacbeec2bb79 Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Fri, 29 Apr 2016 07:10:19 +0200 Subject: zsh: fix/add completions, hostnames --- zsh/.zsh/completions/_net_profile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 zsh/.zsh/completions/_net_profile (limited to 'zsh/.zsh/completions/_net_profile') diff --git a/zsh/.zsh/completions/_net_profile b/zsh/.zsh/completions/_net_profile new file mode 100644 index 0000000..a4be43d --- /dev/null +++ b/zsh/.zsh/completions/_net_profile @@ -0,0 +1,4 @@ +#compdef net-profile + +_arguments "1: :($(ls -1 ~/.net_profiles | cut -d '.' -f 1))" + -- cgit v1.2.3