在终端下按 tab 至少也会补全一下路径,现在狂按都没反应了。
..
按个 tab 至少会补全 ../
但现在一点效果都没有。
用的是zsh
1
jimwoo OP I have solved it! in .oh-my-zsh/oh-my-zsh.sh, look at 14th line:
:${ZSH_DISABLE_COMPFIX:=true} turn true to false, save it,then execute source ~/.zshrc ,restart your terminal,you will know some directory which are insecure,then execute chmod 755 <insecure-directory>, at last , back to .oh-my-zsh/oh-my-zsh.sh,the 14th line,turn false to true, and source ~/.zshrc it will be solved!!! |
2
jimwoo OP 好了,说白了就是 /User/xxxx 下没有权限。
|