Update dot_zshrc
This commit is contained in:
parent
317fc795d8
commit
b31be5b294
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ z4h install ohmyzsh/ohmyzsh || return
|
||||||
z4h install urbainvaes/fzf-marks || return
|
z4h install urbainvaes/fzf-marks || return
|
||||||
z4h install mroth/evalcache || return
|
z4h install mroth/evalcache || return
|
||||||
z4h install trapd00r/LS_COLORS || return
|
z4h install trapd00r/LS_COLORS || return
|
||||||
|
z4h install zpm-zsh/colorize || return
|
||||||
|
|
||||||
# initialize z4h
|
# initialize z4h
|
||||||
z4h init || return
|
z4h init || return
|
||||||
|
@ -35,6 +36,7 @@ for p in 'command-not-found' 'extract'; do z4h source -c $OMP/$p/$p.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
|
||||||
z4h source -c $Z4H/mroth/evalcache/evalcache.plugin.zsh
|
z4h source -c $Z4H/mroth/evalcache/evalcache.plugin.zsh
|
||||||
|
z4h source -c $Z4H/zpm-zsh/colorize/colorize.plugin.zsh
|
||||||
|
|
||||||
# eval stuff
|
# eval stuff
|
||||||
_evalcache zoxide init zsh
|
_evalcache zoxide init zsh
|
||||||
|
|
Loading…
Add table
Reference in a new issue