zero-system: update zshrc to return on non-interactive

This commit is contained in:
Rick Farina (Zero_Chaos) 2025-09-11 16:06:49 -04:00
parent 8b47f65285
commit 4861206bd6
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 1 additions and 0 deletions

View file

@ -1,3 +1,4 @@
[ -t 0 ] || return
source /etc/profile
autoload -U compinit promptinit
compinit