1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 14:50:40 +02:00

chore: re-add .. as zsh completion

This commit is contained in:
oddlama 2024-06-27 17:20:42 +02:00
parent 84df858188
commit c256192555
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -224,6 +224,9 @@ zstyle ':completion:*' squeeze-slashes true
# provide verbose completion information
zstyle ':completion:*' verbose true
# provide .. as a completion
zstyle ':completion:*' special-dirs ..
# --------------------------------------------------------------------------------
# ZSH Options