Update dot_zshrc
This commit is contained in:
parent
191add1ac2
commit
fcd9e9dfdd
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ z4h source -c $OML/clipboard.zsh
|
||||||
z4h source -c $OML/grep.zsh
|
z4h source -c $OML/grep.zsh
|
||||||
|
|
||||||
# plugins (ohmyzsh)
|
# 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
|
#z4h source -c $OMP/extract/extract.plugin.zsh
|
||||||
|
|
||||||
# plugins (self)
|
# plugins (self)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue