Update dot_zshrc
This commit is contained in:
parent
7a0934ee53
commit
23b5c7a16a
1 changed files with 2 additions and 2 deletions
|
@ -26,10 +26,10 @@ z4h source -c $HOME/.config/zsh/export.zsh
|
|||
z4h source -c $HOME/.config/local/env.zsh
|
||||
|
||||
# libraries (ohmyzsh)
|
||||
for library in 'history' 'completion' 'directories' 'clipboard' 'grep'; do z4h source -c $OML/$library.zsh; done
|
||||
for l in 'history' 'completion' 'directories' 'clipboard' 'grep'; do z4h source -c $OML/$l.zsh; done
|
||||
|
||||
# plugins (ohmyzsh)
|
||||
for plugin in 'command-not-found' 'extract'; do z4h source -c $OMP/$plugin/$plugin.plugin.zsh; done
|
||||
for p in 'command-not-found' 'extract'; do z4h source -c $OMP/$p/$p.plugin.zsh; done
|
||||
|
||||
# plugins (self)
|
||||
z4h source -c $Z4H/urbainvaes/fzf-marks/fzf-marks.plugin.zsh
|
||||
|
|
Loading…
Add table
Reference in a new issue