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:
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
|
||||
zstyle ':completion:*' verbose true
|
||||
|
||||
# provide .. as a completion
|
||||
zstyle ':completion:*' special-dirs ..
|
||||
|
||||
|
||||
# --------------------------------------------------------------------------------
|
||||
# ZSH Options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue