From: Hendrik Jäger Date: Sun, 8 Jan 2023 12:37:48 +0000 (+0100) Subject: cleanup: finalize move from zinit to zgenom X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=f3a7f35d857a19767d765f6d9b0656f12df47c62;hp=97dcf3c1177a4cc4696106012c0e466f7072b099;p=user%2Fhenk%2Fvcsh%2Fzsh.git cleanup: finalize move from zinit to zgenom --- diff --git a/.zshrc b/.zshrc index 320fc57..f6d1c55 100644 --- a/.zshrc +++ b/.zshrc @@ -42,7 +42,6 @@ source ~/.zsh_aliases # load plugin manager after all 'static' stuff is done -# source ~/Data/public/software/zinit/zinit.zsh source "${HOME}/.zgenom/zgenom.zsh" # Check for plugin and zgenom updates every 7 days # This does not increase the startup time. @@ -50,8 +49,6 @@ zgenom autoupdate # mostly static stuff, env vars -# zinit load 'https://github.com/joel-porquet/zsh-dircolors-solarized' -# zinit load "https://github.com/greymd/tmux-xpanes" zgenom load 'https://github.com/joel-porquet/zsh-dircolors-solarized' zgenom load "https://github.com/greymd/tmux-xpanes" @@ -109,7 +106,6 @@ setopt NO_SH_WORD_SPLIT # load before completion system initialization -# zinit load 'https://github.com/zsh-users/zsh-completions' zgenom load 'https://github.com/zsh-users/zsh-completions' # initialize completion system before loading plugins and external configs @@ -155,11 +151,9 @@ bindkey '^Xf' insert-files #this mainly sets vars, binds keys, does zle stuff -# zinit load 'https://github.com/laurenkt/zsh-vimto' -zgenom load 'https://github.com/laurenkt/zsh-vimto' +# zgenom load 'https://github.com/laurenkt/zsh-vimto' # functions and an autoload, should be fine here -# zinit load 'https://github.com/MichaelAquilina/zsh-you-should-use' zgenom load 'https://github.com/MichaelAquilina/zsh-you-should-use' @@ -184,7 +178,6 @@ done # should probably be closer to the bottom than the top? -# zinit load 'https://github.com/nojhan/liquidprompt' zgenom load 'https://github.com/nojhan/liquidprompt'