Add dot_config/zsh/plugins.zsh
Update dot_zshrc
This commit is contained in:
parent
da05e7b0e8
commit
2b2ef037ab
2 changed files with 12 additions and 7 deletions
9
dot_config/zsh/plugins.zsh
Normal file
9
dot_config/zsh/plugins.zsh
Normal 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
|
10
dot_zshrc
10
dot_zshrc
|
@ -31,13 +31,9 @@ z4h source -c $HOME/.config/local/export.zsh
|
|||
# libraries (ohmyzsh)
|
||||
for l in 'history' 'completion' 'directories' 'clipboard' 'grep'; do z4h source -c $OML/$l.zsh; done
|
||||
|
||||
# plugins (ohmyzsh)
|
||||
for p in 'command-not-found' 'extract' 'systemd'; do z4h source -c $OMP/$p/$p.plugin.zsh; done
|
||||
|
||||
# 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
|
||||
# plugins
|
||||
z4h source -c $HOME/.config/zsh/plugins.zsh
|
||||
z4h source -c $HOME/.config/local/plugins.zsh
|
||||
|
||||
# eval stuff
|
||||
z4h source -c $HOME/.config/zsh/evalcache.zsh
|
||||
|
|
Loading…
Add table
Reference in a new issue