add / after .. + tab

This commit is contained in:
Dirk Alders 2023-04-22 08:25:49 +02:00
parent 458c42b3e7
commit 9f5463234c

1
zshrc
View File

@ -49,6 +49,7 @@ zstyle ':completion:*' select-prompt %SScrolling active: current selection at %p
zstyle ':completion:*' use-compctl false
zstyle ':completion:*' verbose true
zstyle ':completion:*:kill:*' command 'ps -u $USER -o pid,%cpu,tty,cputime,cmd'
zstyle ':completion:*' special-dirs true
# History configurations
HISTFILE=~/.zsh_history