From cc53aa2333024273b84f1f7690042b82cf66f050 Mon Sep 17 00:00:00 2001 From: ShadowEO Date: Tue, 8 Sep 2020 04:08:38 -0400 Subject: [PATCH] Fixed this one too.. --- 03shell-apply.zsh => 04shell-apply.zsh | 0 ellipsis.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename 03shell-apply.zsh => 04shell-apply.zsh (100%) diff --git a/03shell-apply.zsh b/04shell-apply.zsh similarity index 100% rename from 03shell-apply.zsh rename to 04shell-apply.zsh diff --git a/ellipsis.sh b/ellipsis.sh index db045ce..e9f510e 100755 --- a/ellipsis.sh +++ b/ellipsis.sh @@ -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." fi 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 }