aboutsummaryrefslogtreecommitdiffstats
path: root/.config/zsh/completions/_nvc
blob: 0a640127a1c2e75151ca539dff5397582463e971 (plain)
1
2
3
4
5
6
7
8
9
#compdef nvc

_nvc() {
  local config_dir
  config_dir="$HOME/.config/nvchecker/"
  _arguments "1:Arch Linux repository:( $config_dir/*.toml(:t:r) )"
}

compdef _nvc nvc