From 03f17efce941cc00c7a9afb8e95b760e365ad1d9 Mon Sep 17 00:00:00 2001 From: ShadowEO Date: Tue, 8 Sep 2020 03:14:19 -0400 Subject: [PATCH] Woops typo'd the fs.link_rfile command. --- ellipsis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ellipsis.sh b/ellipsis.sh index 57cd637..db045ce 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_rfule $PKG_PATH/03shell-apply.zsh $HOME/.shell/login.d/03shell-apply.zsh + fs.link_rfile $PKG_PATH/03shell-apply.zsh $HOME/.shell/login.d/03shell-apply.zsh }