zconfig/.zshrc

6 lines
85 B
Bash
Raw Normal View History

if [[ $TTY == *tty* ]]; then
source .zshrc.tty
2022-12-16 16:45:52 +01:00
else
source .zshrc.graphic
2022-12-16 16:45:52 +01:00
fi