mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
move some compinit-related comments
This commit is contained in:
parent
75b41b6f78
commit
fd8b6d55ee
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue