Fix ZSH refresh

This commit is contained in:
adphi 2018-04-23 10:50:24 +02:00
parent 4c1263a570
commit 8267e70999
1 changed files with 1 additions and 1 deletions

View File

@ -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