diff --git a/.zshrc b/.zshrc index cedabba..08fd045 100644 --- a/.zshrc +++ b/.zshrc @@ -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