diff options
author | Hendrik Jäger <hendrik.jaeger@dswiss.com> | 2021-08-16 15:38:06 +0200 |
---|---|---|
committer | Hendrik Jäger <hendrik.jaeger@dswiss.com> | 2021-08-16 15:38:25 +0200 |
commit | a8fbd51a355f807648792ad5338201bacf4e3fbb (patch) | |
tree | 04cff43ae40ad6d7a6dde030807133ec767c09f0 | |
parent | 840c630c1f1b3e262fe69c6d0ae73cd3368b9522 (diff) |
Add warning
-rw-r--r-- | .zsh_zinit | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -1,9 +1,10 @@ source ~/Data/public/software/zinit/zinit.zsh -zinit ice wait'!0' +# 'ice wait' prevents the rest of my config from loading!? +# zinit ice wait'!0' zinit load 'https://github.com/willghatch/zsh-saneopt' -zinit ice wait'!0' +# zinit ice wait'!0' zinit load 'https://github.com/joel-porquet/zsh-dircolors-solarized' # zinit load 'https://github.com/MikeDacre/tmux-zsh-vim-titles' @@ -11,20 +12,20 @@ zinit load 'https://github.com/joel-porquet/zsh-dircolors-solarized' # zinit ice wait'!0' zinit load 'https://github.com/nojhan/liquidprompt' -zinit ice wait'!0' +# zinit ice wait'!0' zinit load 'https://github.com/laurenkt/zsh-vimto' -zinit ice wait'!0' +# zinit ice wait'!0' zinit load 'https://github.com/MichaelAquilina/zsh-you-should-use' # zinit load 'https://github.com/desyncr/auto-ls' -zinit ice wait'!0' +# zinit ice wait'!0' zinit load 'https://github.com/zsh-users/zsh-completions' -zinit ice wait'!0' +# zinit ice wait'!0' zinit load "https://github.com/greymd/tmux-xpanes" -zinit ice wait'!0' +# zinit ice wait'!0' zinit load 'https://github.com/zsh-users/zsh-syntax-highlighting' |