From 0829864afed1b643dc2bebd428cb166890fa49ed Mon Sep 17 00:00:00 2001 From: Martin Sekera Date: Mon, 17 Dec 2018 00:02:20 +0100 Subject: [PATCH] zres: reload ~/.zshrc as well --- etc/zsh/zshrc | 1 + 1 file changed, 1 insertion(+) 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 }