diff options
author | Hendrik Jäger <hendrik.jaeger@dswiss.com> | 2022-04-05 11:45:57 +0200 |
---|---|---|
committer | Hendrik Jäger <hendrik.jaeger@dswiss.com> | 2022-04-05 11:46:05 +0200 |
commit | eb0aa69bf69a687843faa9c2e24d58a509bee3f2 (patch) | |
tree | d0428b3e77035e8cf93e95576974add960b12bf3 /.zsh_zinit | |
parent | 79e0daa0ba0e120f19f6fae04b7d3c876b0d9ca5 (diff) |
refactor plugin loading
Diffstat (limited to '.zsh_zinit')
-rw-r--r-- | .zsh_zinit | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/.zsh_zinit b/.zsh_zinit deleted file mode 100644 index e35457b..0000000 --- a/.zsh_zinit +++ /dev/null @@ -1,31 +0,0 @@ -source ~/Data/public/software/zinit/zinit.zsh - -# '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 load 'https://github.com/joel-porquet/zsh-dircolors-solarized' - -# zinit load 'https://github.com/MikeDacre/tmux-zsh-vim-titles' - -# zinit ice wait'!0' -zinit load 'https://github.com/nojhan/liquidprompt' - -# zinit ice wait'!0' -zinit load 'https://github.com/laurenkt/zsh-vimto' - -# 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 load 'https://github.com/zsh-users/zsh-completions' - -# zinit ice wait'!0' -zinit load "https://github.com/greymd/tmux-xpanes" - -# zinit ice wait'!0' -zinit load 'https://github.com/zsh-users/zsh-syntax-highlighting' - |