1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-18 09:53:22 -07:00

move some compinit-related comments

This commit is contained in:
Connor Olding 2021-10-07 12:31:32 -07:00
parent 75b41b6f78
commit fd8b6d55ee

View File

@ -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