Преглед изворни кода

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='*?_-.[]~=&;!#$%^(){}<>'