Parcourir la source

Removed old completion code

Josh Bicking il y a 7 ans
Parent
commit
7f05a3ca33
1 fichiers modifiés avec 0 ajouts et 7 suppressions
  1. 0 7
      zshrc

+ 0 - 7
zshrc

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