ACC SHELL

Path : /usr/share/zsh/4.3.10/functions/
File Upload :
Current File : //usr/share/zsh/4.3.10/functions/_prompt

#compdef prompt

_arguments -s \
  '-l[list themes]:*:' \
  '-c[show selected theme]:*:' \
  "-h[help]::prompt theme:($prompt_themes):*:" \
  "-p[preview theme(s)]:*:prompt theme:($prompt_themes)" \
  "-s[set and save theme]:prompt theme:($prompt_themes):*:" \
  ":prompt theme:($prompt_themes)"

ACC SHELL 2018