Explorar el Código

removed ownership check in compinit

Josh Bicking hace 8 años
padre
commit
01e7463ca7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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='*?_-.[]~=&;!#$%^(){}<>'