فهرست منبع

removed ownership check in compinit

Josh Bicking 8 سال پیش
والد
کامیت
01e7463ca7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      zshrc

+ 1 - 1
zshrc

@@ -22,7 +22,7 @@ bindkey -e
 zstyle :compinstall filename '/home/josh/.zshrc'
 
 autoload -Uz compinit
-compinit
+compinit -u
 
 # List of word delimeters
 WORDCHARS='*?_-.[]~=&;!#$%^(){}<>'