Add dot_config/zsh/plugins.zsh

Update dot_zshrc
This commit is contained in:
eeleater 2021-12-03 09:47:41 +01:00
parent da05e7b0e8
commit 2b2ef037ab
2 changed files with 12 additions and 7 deletions

View file

@ -0,0 +1,9 @@
# plugins (ohmyzsh)
z4h source -c $OMP/command-not-found/command-not-found.plugin.zsh
z4h source -c $OMP/extract/extract.plugin.zsh
z4h source -c $OMP/systemd/systemd.plugin.zsh
# plugins (self)
z4h source -c $Z4H/urbainvaes/fzf-marks/fzf-marks.plugin.zsh
z4h source -c $Z4H/mroth/evalcache/evalcache.plugin.zsh
z4h source -c $Z4H/zpm-zsh/colorize/colorize.plugin.zsh

View file

@ -31,13 +31,9 @@ z4h source -c $HOME/.config/local/export.zsh
# libraries (ohmyzsh) # libraries (ohmyzsh)
for l in 'history' 'completion' 'directories' 'clipboard' 'grep'; do z4h source -c $OML/$l.zsh; done for l in 'history' 'completion' 'directories' 'clipboard' 'grep'; do z4h source -c $OML/$l.zsh; done
# plugins (ohmyzsh) # plugins
for p in 'command-not-found' 'extract' 'systemd'; do z4h source -c $OMP/$p/$p.plugin.zsh; done z4h source -c $HOME/.config/zsh/plugins.zsh
z4h source -c $HOME/.config/local/plugins.zsh
# plugins (self)
z4h source -c $Z4H/urbainvaes/fzf-marks/fzf-marks.plugin.zsh
z4h source -c $Z4H/mroth/evalcache/evalcache.plugin.zsh
z4h source -c $Z4H/zpm-zsh/colorize/colorize.plugin.zsh
# eval stuff # eval stuff
z4h source -c $HOME/.config/zsh/evalcache.zsh z4h source -c $HOME/.config/zsh/evalcache.zsh