Explorar o código

move zplug load to the end again

Kevin %!s(int64=5) %!d(string=hai) anos
pai
achega
33fbeeb429
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      zshrc

+ 2 - 2
zshrc

@@ -20,8 +20,6 @@ if ! zplug check --verbose; then
     fi
 fi
 
-zplug load
-
 # use up and down keys for substring search
 bindkey '^[[A' history-substring-search-up
 bindkey '^[[B' history-substring-search-down
@@ -159,3 +157,5 @@ compdef _task t=task
 
 # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
 [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
+
+zplug load