Forráskód Böngészése

removed ownership check in compinit

Josh Bicking 8 éve
szülő
commit
01e7463ca7
1 módosított fájl, 1 hozzáadás és 1 törlés
  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='*?_-.[]~=&;!#$%^(){}<>'