summaryrefslogtreecommitdiff
path: root/zsh/.zsh/completions/_net_profile
blob: a4be43df2a1ea76e3c46eece472d176a760ec6fd (plain)
1
2
3
4
#compdef net-profile

_arguments "1: :($(ls -1 ~/.net_profiles | cut -d '.' -f 1))"