forked from mirrors_public/oddlama_nix-config
chore: re-add .. as zsh completion
This commit is contained in:
parent
84df858188
commit
c256192555
1 changed files with 3 additions and 0 deletions
|
@ -224,6 +224,9 @@ zstyle ':completion:*' squeeze-slashes true
|
||||||
# provide verbose completion information
|
# provide verbose completion information
|
||||||
zstyle ':completion:*' verbose true
|
zstyle ':completion:*' verbose true
|
||||||
|
|
||||||
|
# provide .. as a completion
|
||||||
|
zstyle ':completion:*' special-dirs ..
|
||||||
|
|
||||||
|
|
||||||
# --------------------------------------------------------------------------------
|
# --------------------------------------------------------------------------------
|
||||||
# ZSH Options
|
# ZSH Options
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue