diff --git a/home/bash_complition.nix b/home/bash_complition.nix index 3385b7f..4a00932 100644 --- a/home/bash_complition.nix +++ b/home/bash_complition.nix @@ -35,7 +35,7 @@ if [[ ''$cur == -* ]]; then local opts=''$(_parse_help "''$1") - COMPREPLY=(''$(compgen -W ''${opts:-''$(_parse_usage "''$1")}' -- "''$cur")) + COMPREPLY=(''$(compgen -W ' ''${opts:-''$(_parse_usage "''$1")}' -- "''$cur")) [[ ''${COMPREPLY-} == *= ]] && compopt -o nospace return fi