diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index ab4078f..d472ef5 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -72,6 +72,7 @@ psm () { zres () { . /etc/zsh/zshrc + [[ -f ~/.zshrc ]] && . ~/.zshrc hash -r }