Remove --dimensions/-d from bash completions

This commit is contained in:
Ben Denhartog 2021-01-29 13:29:26 -07:00 committed by GitHub
parent a3bc380956
commit cb46f0e1ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)