zres: reload ~/.zshrc as well

This commit is contained in:
Martin Sekera 2018-12-17 00:02:20 +01:00
parent c64ebc1653
commit 0829864afe

View file

@ -72,6 +72,7 @@ psm () {
zres () {
. /etc/zsh/zshrc
[[ -f ~/.zshrc ]] && . ~/.zshrc
hash -r
}