summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Jäger <gitcommit@henk.geekmail.org>2023-01-08 13:37:48 +0100
committerHendrik Jäger <gitcommit@henk.geekmail.org>2023-01-08 13:37:48 +0100
commitf3a7f35d857a19767d765f6d9b0656f12df47c62 (patch)
tree9b704bc12a90675408de657a847f2f5c6c9634a4
parent97dcf3c1177a4cc4696106012c0e466f7072b099 (diff)
cleanup: finalize move from zinit to zgenom
-rw-r--r--.zshrc9
1 files changed, 1 insertions, 8 deletions
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'