Browse Source

removed ownership check in compinit

Josh Bicking 8 years ago
parent
commit
01e7463ca7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      zshrc

+ 1 - 1
zshrc

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