Update dot_zshrc
This commit is contained in:
parent
2fcb997a99
commit
fb3b7a4915
1 changed files with 3 additions and 1 deletions
|
@ -22,9 +22,10 @@ z4h init || return
|
||||||
# exports
|
# exports
|
||||||
z4h source $HOME/.config/zsh/export.zsh
|
z4h source $HOME/.config/zsh/export.zsh
|
||||||
z4h source $HOME/.config/local/env.zsh
|
z4h source $HOME/.config/local/env.zsh
|
||||||
OMZ="$Z4H/ohmyzsh/ohmyzsh"
|
|
||||||
|
|
||||||
# Source Files
|
# Source Files
|
||||||
|
OMZ="$Z4H/ohmyzsh/ohmyzsh"
|
||||||
|
|
||||||
z4h source $HOME/.config/zsh/sshagent.zsh
|
z4h source $HOME/.config/zsh/sshagent.zsh
|
||||||
z4h source $OMZ/lib/history.zsh
|
z4h source $OMZ/lib/history.zsh
|
||||||
z4h source $OMZ/lib/completion.zsh
|
z4h source $OMZ/lib/completion.zsh
|
||||||
|
@ -36,6 +37,7 @@ z4h source $OMZ/plugins/extract/extract.plugin.zsh
|
||||||
z4h source $Z4H/urbainvaes/fzf-marks/fzf-marks.plugin.zsh
|
z4h source $Z4H/urbainvaes/fzf-marks/fzf-marks.plugin.zsh
|
||||||
z4h source $Z4H/mroth/evalcache/evalcache.plugin.zsh
|
z4h source $Z4H/mroth/evalcache/evalcache.plugin.zsh
|
||||||
z4h source $Z4H/MichaelAquilina/zsh-you-should-use/you-should-use.plugin.zsh
|
z4h source $Z4H/MichaelAquilina/zsh-you-should-use/you-should-use.plugin.zsh
|
||||||
|
|
||||||
#zinit pack for ls_colors
|
#zinit pack for ls_colors
|
||||||
|
|
||||||
# zoxide
|
# zoxide
|
||||||
|
|
Loading…
Add table
Reference in a new issue