Host specific files should now work

This commit is contained in:
2023-04-02 04:17:15 +03:00
parent 995cc569e7
commit d2cedd0fee
22 changed files with 132 additions and 66 deletions

View File

@@ -19,6 +19,11 @@ while true; do
kill -0 "$$" || exit
done 2> /dev/null &
# Change user shell to zsh if not that already.
if hash zsh 2> /dev/null; then
[[ "$SHELL" != $(which zsh) ]] && chsh -s "$(which zsh)"
fi
###############################################################################
# General UI/UX #
###############################################################################