diff --git a/home/zshrc b/home/zshrc index 12a6210..25bb9d6 100644 --- a/home/zshrc +++ b/home/zshrc @@ -263,10 +263,6 @@ reload() { ### @- exec zsh # reload shell, inheriting environment } -#zmodload zsh/complist # need all this -#autoload -Uz compinit && compinit # just for compdef -#compdef wat=which - # generated by dircolors with https://github.com/isene/LS_COLORS function { # initialize colors for ls. @@ -290,5 +286,9 @@ function { alias $x="noglob ${aliases[$x][@]:-$x}" } +#zmodload zsh/complist # need all this +#autoload -Uz compinit && compinit # just for compdef +#compdef wat=which #. ~/.prezto-compinit + [ -e ~/.lol ] && . ~/.lol || touch ~/.lol