diff options
author | Jesse Cooke <jesse@jc00ke.com> | 2018-03-12 18:16:05 -0700 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2018-03-12 23:06:04 -0700 |
commit | d993a45e8203e6baaf8b68832a890fddd8a1afc0 (patch) | |
tree | 71407da76be34ca23aa026ee94f475b0cb4b5af0 /alacritty-completions.fish | |
parent | 753d1b00b43fbf745c0ce02203c54292bcf15d39 (diff) | |
download | alacritty-d993a45e8203e6baaf8b68832a890fddd8a1afc0.tar.gz alacritty-d993a45e8203e6baaf8b68832a890fddd8a1afc0.zip |
Added -d & -e to fish completions
Diffstat (limited to 'alacritty-completions.fish')
-rw-r--r-- | alacritty-completions.fish | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/alacritty-completions.fish b/alacritty-completions.fish index bb3999f8..516c8ea9 100644 --- a/alacritty-completions.fish +++ b/alacritty-completions.fish @@ -58,3 +58,15 @@ complete \ -c alacritty \ -l "ref-test" \ -d "Generates ref test" + +complete \ + -c alacritty \ + -s "d" \ + -l "dimensions" \ + -d "Window dimensions <columns> <lines>" + +complete \ + -c alacritty \ + -s "e" \ + -l "command" \ + -d "Execute command (must be last arg)" |