feat(dwmtitus-setup): use $HOME

using `$HOME` rather than `cd ..`

Co-authored-by: Nyx <144965845+nnyyxxxx@users.noreply.github.com>
This commit is contained in:
RazoBeckett 2024-09-15 14:12:23 +00:00 committed by GitHub
parent 0ecfb64121
commit c05ac33cb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -310,7 +310,7 @@ install_slstatus() {
else else
echo "Skipping slstatus installation" echo "Skipping slstatus installation"
fi fi
cd .. cd "$HOME"
} }
checkEnv checkEnv