Browse Source

add / after .. + tab

master
Dirk Alders 1 year ago
parent
commit
9f5463234c
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      zshrc

+ 1
- 0
zshrc View File

49
 zstyle ':completion:*' use-compctl false
49
 zstyle ':completion:*' use-compctl false
50
 zstyle ':completion:*' verbose true
50
 zstyle ':completion:*' verbose true
51
 zstyle ':completion:*:kill:*' command 'ps -u $USER -o pid,%cpu,tty,cputime,cmd'
51
 zstyle ':completion:*:kill:*' command 'ps -u $USER -o pid,%cpu,tty,cputime,cmd'
52
+zstyle ':completion:*' special-dirs true
52
 
53
 
53
 # History configurations
54
 # History configurations
54
 HISTFILE=~/.zsh_history
55
 HISTFILE=~/.zsh_history

Loading…
Cancel
Save