Update dot_zshrc
This commit is contained in:
parent
fcd9e9dfdd
commit
7a0934ee53
1 changed files with 1 additions and 6 deletions
|
@ -26,15 +26,10 @@ z4h source -c $HOME/.config/zsh/export.zsh
|
||||||
z4h source -c $HOME/.config/local/env.zsh
|
z4h source -c $HOME/.config/local/env.zsh
|
||||||
|
|
||||||
# libraries (ohmyzsh)
|
# libraries (ohmyzsh)
|
||||||
z4h source -c $OML/history.zsh
|
for library in 'history' 'completion' 'directories' 'clipboard' 'grep'; do z4h source -c $OML/$library.zsh; done
|
||||||
z4h source -c $OML/completion.zsh
|
|
||||||
z4h source -c $OML/directories.zsh
|
|
||||||
z4h source -c $OML/clipboard.zsh
|
|
||||||
z4h source -c $OML/grep.zsh
|
|
||||||
|
|
||||||
# plugins (ohmyzsh)
|
# plugins (ohmyzsh)
|
||||||
for plugin in 'command-not-found' 'extract'; do z4h source -c $OMP/$plugin/$plugin.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)
|
# 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