Update dot_zshrc

This commit is contained in:
eeleater 2021-11-17 14:20:27 +01:00
parent 191add1ac2
commit fcd9e9dfdd

View file

@ -33,7 +33,7 @@ z4h source -c $OML/clipboard.zsh
z4h source -c $OML/grep.zsh
# plugins (ohmyzsh)
for i in ('command-not-found' 'extract'); do z4h source -c $OMP/$i/$i.plugin.zsh; done
for plugin in 'command-not-found' 'extract'; do z4h source -c $OMP/$plugin/$plugin.plugin.zsh; done
#z4h source -c $OMP/extract/extract.plugin.zsh
# plugins (self)