1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00

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

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)