diff options
Diffstat (limited to 'extra/completions/alacritty.bash')
-rw-r--r-- | extra/completions/alacritty.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/completions/alacritty.bash b/extra/completions/alacritty.bash index 7d756644..e514126c 100644 --- a/extra/completions/alacritty.bash +++ b/extra/completions/alacritty.bash @@ -35,7 +35,7 @@ _alacritty() compopt -o filenames COMPREPLY=( $(compgen -f -- "${cur}") ) return 0;; - --dimensions | -d | --class | --title | -t) + --class | --title | -t) # Don't complete here return 0;; --working-directory) |