Update dot_zshrc
This commit is contained in:
parent
fb1b2b2d3f
commit
9e3ed61a22
1 changed files with 7 additions and 7 deletions
14
dot_zshrc
14
dot_zshrc
|
@ -26,15 +26,15 @@ z4h source -c $HOME/.config/zsh/export.zsh
|
|||
z4h source -c $HOME/.config/local/env.zsh
|
||||
|
||||
# libraries (ohmyzsh)
|
||||
z4h source -c $OMZL/history.zsh
|
||||
z4h source -c $OMZL/completion.zsh
|
||||
z4h source -c $OMZL/directories.zsh
|
||||
z4h source -c $OMZL/clipboard.zsh
|
||||
z4h source -c $OMZL/grep.zsh
|
||||
z4h source -c $OML/history.zsh
|
||||
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)
|
||||
z4h source -c $OMZP/command-not-found/command-not-found.plugin.zsh
|
||||
z4h source -c $OMZP/extract/extract.plugin.zsh
|
||||
z4h source -c $OMP/command-not-found/command-not-found.plugin.zsh
|
||||
z4h source -c $OMP/extract/extract.plugin.zsh
|
||||
|
||||
# plugins (self)
|
||||
z4h source -c $Z4H/urbainvaes/fzf-marks/fzf-marks.plugin.zsh
|
||||
|
|
Loading…
Add table
Reference in a new issue