浏览代码

add / after .. + tab

master
Dirk Alders 1年前
父节点
当前提交
9f5463234c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      zshrc

+ 1
- 0
zshrc 查看文件

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

正在加载...
取消
保存