Update dot_zshrc
This commit is contained in:
parent
b01d0f68c0
commit
ac38344e1b
1 changed files with 8 additions and 10 deletions
18
dot_zshrc
18
dot_zshrc
|
@ -14,24 +14,22 @@ 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
|
||||||
|
|
||||||
# Install or update core components (fzf, zsh-autosuggestions, etc.) and
|
# install or update core components and initialize zsh. no network stuff after here
|
||||||
# initialize Zsh. After this point console I/O is unavailable until Zsh
|
|
||||||
# is fully initialized. Everything that requires user interaction or can
|
|
||||||
# perform network I/O must be done above. Everything else is best done below.
|
|
||||||
z4h init || return
|
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
|
||||||
z4h source $HOME/.config/zsh/sshagent.zsh
|
z4h source $HOME/.config/zsh/sshagent.zsh
|
||||||
z4h source $Z4H/ohmyzsh/ohmyzsh/lib/history.zsh
|
z4h source $OMZ/lib/history.zsh
|
||||||
z4h source $Z4H/ohmyzsh/ohmyzsh/lib/completion.zsh
|
z4h source $OMZ/lib/completion.zsh
|
||||||
z4h source $Z4H/ohmyzsh/ohmyzsh/lib/directories.zsh
|
z4h source $OMZ/lib/directories.zsh
|
||||||
z4h source $Z4H/ohmyzsh/ohmyzsh/lib/clipboard.zsh
|
z4h source $OMZ/lib/clipboard.zsh
|
||||||
z4h source $Z4H/ohmyzsh/ohmyzsh/lib/grep.zsh
|
z4h source $OMZ/lib/grep.zsh
|
||||||
z4h source $Z4H/ohmyzsh/ohmyzsh/plugins/command-not-found/command-not-found.plugin.zsh
|
z4h source $OMZ/plugins/command-not-found/command-not-found.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
|
||||||
#zinit pack for ls_colors
|
#zinit pack for ls_colors
|
||||||
|
|
Loading…
Add table
Reference in a new issue