Update dot_zshrc
This commit is contained in:
parent
c6924f7487
commit
8c113ea9e8
1 changed files with 3 additions and 2 deletions
|
@ -34,9 +34,10 @@ 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 /usr/share/shournal/SOURCE_ME.zsh; SHOURNAL_ENABLE
|
|
||||||
|
# eval stuff
|
||||||
_evalcache zoxide init zsh
|
_evalcache zoxide init zsh
|
||||||
_evalcache dircolors -b $Z4H/trapd00r/LS_COLORS/LS_COLORS
|
_evalcache dircolors -b $LSCOLORS
|
||||||
|
|
||||||
# aliases
|
# aliases
|
||||||
z4h source -c $HOME/.config/zsh/aliases.zsh
|
z4h source -c $HOME/.config/zsh/aliases.zsh
|
||||||
|
|
Loading…
Add table
Reference in a new issue