Update main entrypoint

This commit is contained in:
blallo 2024-02-06 18:06:49 +01:00
parent 958a3b4b1c
commit a10c7e07ee
No known key found for this signature in database
GPG key ID: C530464EEDCF489A

12
.zshrc
View file

@ -1,5 +1,13 @@
if [[ $TTY == *tty* ]]; then
source .zshrc.tty
source ${HOME}/.zshrc.tty
else
source .zshrc.graphic
source ${HOME}/.zshrc.graphic
fi
if [[ -f ${HOME}/.zshrc.local ]]; then
source ${HOME}/.zshrc.local
fi
if [[ -f ${HOME}/.zshrc.koyeb ]]; then
source ${HOME}/.zshrc.koyeb
fi