Update dot_zshrc
This commit is contained in:
parent
a093bbecb2
commit
5c0feee5fe
1 changed files with 6 additions and 0 deletions
|
@ -43,8 +43,11 @@ export FZF_MARKS_FILE=$HOME/.config/fzfmarks
|
||||||
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
||||||
|
|
||||||
# Source additional local files if they exist.
|
# Source additional local files if they exist.
|
||||||
|
z4h source $HOME/.config/envman/load.sh
|
||||||
z4h source $HOME/.config/local/env.zsh
|
z4h source $HOME/.config/local/env.zsh
|
||||||
|
|
||||||
|
eval "$(zoxide init zsh)"
|
||||||
|
|
||||||
# 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 $Z4H/ohmyzsh/ohmyzsh/lib/history.zsh
|
||||||
|
@ -90,3 +93,6 @@ setopt prompt_subst
|
||||||
setopt inc_append_history
|
setopt inc_append_history
|
||||||
|
|
||||||
z4h source $HOME/.config/local/rc.zsh
|
z4h source $HOME/.config/local/rc.zsh
|
||||||
|
|
||||||
|
eval "$(zoxide init zsh)"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue