Update dot_zshrc
This commit is contained in:
parent
5a3816004b
commit
ff5e67f8ca
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ z4h source -c $HOME/.config/local/env.zsh
|
||||||
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 (ohmyzsh)
|
||||||
for p in 'command-not-found' 'extract'; do z4h source -c $OMP/$p/$p.plugin.zsh; done
|
for p in 'command-not-found' 'extract' 'systemd'; do z4h source -c $OMP/$p/$p.plugin.zsh; done
|
||||||
|
|
||||||
# plugins (self)
|
# plugins (self)
|
||||||
z4h source -c $Z4H/urbainvaes/fzf-marks/fzf-marks.plugin.zsh
|
z4h source -c $Z4H/urbainvaes/fzf-marks/fzf-marks.plugin.zsh
|
||||||
|
|
Loading…
Add table
Reference in a new issue