diff options
Diffstat (limited to 'extra/completions/_alacritty')
-rw-r--r-- | extra/completions/_alacritty | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/extra/completions/_alacritty b/extra/completions/_alacritty index f074042f..c97d563e 100644 --- a/extra/completions/_alacritty +++ b/extra/completions/_alacritty @@ -5,9 +5,6 @@ local ign (( $#words > 2 )) && ign='!' _arguments \ "$ign(-)"{-h,--help}"[print help information]" \ - "(--no-live-config-reload)--live-config-reload[enable automatic config reloading]" \ - "(--live-config-reload)--no-live-config-reload[disable automatic config reloading]" \ - "(--persistent-logging)--persistent-logging[keep the log file after quitting Alacritty]" \ "--print-events[print all events to stdout]" \ '(-v)'{-q,-qq}"[reduce the level of verbosity (min is -qq)]" \ "--ref-test[generate ref test]" \ @@ -18,7 +15,6 @@ _arguments \ "--embed=[define the X11 window ID (as a decimal integer) to embed Alacritty within]:windowId" \ "(-e --command)"{-e,--command}"[execute command (must be last arg)]:program: _command_names -e:*::program arguments: _normal" \ "--config-file=[specify an alternative config file]:file:_files" \ - "(-d --dimensions)"{-d,--dimensions}"[specify window dimensions]:columns: :lines" \ - "--position[specify window position]:x position: :y position" \ - "(-t --title)"{-t+,--title=}"[define the window title]:title" \ + "*"{-o=,--option=}"[override config file options]:option" \ + "(-t --title)"{-t=,--title=}"[define the window title]:title" \ "--working-directory=[start shell in specified directory]:directory:_directories" |