Skip to content

Commit cb46f0e

Browse files
authored
Remove --dimensions/-d from bash completions
1 parent a3bc380 commit cb46f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: extra/completions/alacritty.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ _alacritty()
3535
compopt -o filenames
3636
COMPREPLY=( $(compgen -f -- "${cur}") )
3737
return 0;;
38-
--dimensions | -d | --class | --title | -t)
38+
--class | --title | -t)
3939
# Don't complete here
4040
return 0;;
4141
--working-directory)

0 commit comments

Comments
 (0)