Fixed this one too..

This commit is contained in:
ShadowEO
2020-09-08 04:08:38 -04:00
parent 03f17efce9
commit cc53aa2333
2 changed files with 1 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ pkg.install() {
echo "Your previous .zshrc has been moved to $HOME/.shell/login.d/01originalRC.zsh and will continue to be executed on startup." echo "Your previous .zshrc has been moved to $HOME/.shell/login.d/01originalRC.zsh and will continue to be executed on startup."
fi fi
fs.link_rfile $PKG_PATH/01shell-framework.zsh $HOME/.shell/login.d/01shell-framework.zsh fs.link_rfile $PKG_PATH/01shell-framework.zsh $HOME/.shell/login.d/01shell-framework.zsh
fs.link_rfile $PKG_PATH/03shell-apply.zsh $HOME/.shell/login.d/03shell-apply.zsh fs.link_rfile $PKG_PATH/04shell-apply.zsh $HOME/.shell/login.d/04shell-apply.zsh
} }