Spacing and comments

This commit is contained in:
Ajeet D'Souza 2024-05-05 19:32:02 +05:30
parent abee3bd807
commit f7f4de7e5c
1 changed files with 3 additions and 4 deletions

View File

@ -100,7 +100,6 @@ if [[ -o zle ]]; then
# Show completions for local directories. # Show completions for local directories.
_cd -/ _cd -/
# Don't return 0 so we can fall back to another comleter if unsuccessful.
elif [[ "${words[-1]}" == '' ]]; then elif [[ "${words[-1]}" == '' ]]; then
# Show completions for Space-Tab. # Show completions for Space-Tab.
# shellcheck disable=SC2086 # shellcheck disable=SC2086