mirror of
https://github.com/alacritty/alacritty.git
synced 2025-02-10 15:46:10 -05:00
Remove --dimensions/-d from bash completions
This commit is contained in:
parent
a3bc380956
commit
cb46f0e1ac
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ _alacritty()
|
||||||
compopt -o filenames
|
compopt -o filenames
|
||||||
COMPREPLY=( $(compgen -f -- "${cur}") )
|
COMPREPLY=( $(compgen -f -- "${cur}") )
|
||||||
return 0;;
|
return 0;;
|
||||||
--dimensions | -d | --class | --title | -t)
|
--class | --title | -t)
|
||||||
# Don't complete here
|
# Don't complete here
|
||||||
return 0;;
|
return 0;;
|
||||||
--working-directory)
|
--working-directory)
|
||||||
|
|
Loading…
Add table
Reference in a new issue