From 8267e70999262067f427be7418bea8d0d387e000 Mon Sep 17 00:00:00 2001 From: adphi Date: Mon, 23 Apr 2018 10:50:24 +0200 Subject: [PATCH] Fix ZSH refresh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 496ee79..d33a343 100644 --- a/install.sh +++ b/install.sh @@ -21,4 +21,4 @@ echo "fpath=(~/.zsh/completion $fpath)" > ~/.zshrc echo "autoload -Uz compinit && compinit -i" > ~/.zshrc echo "\nRefreshing ZSH Env\n" -zshrefresh +source ~/.zshrc