mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-03 12:10:50 +02:00
zero-system: update zshrc to return on non-interactive
This commit is contained in:
parent
8b47f65285
commit
4861206bd6
2 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
[ -t 0 ] || return
|
||||
source /etc/profile
|
||||
autoload -U compinit promptinit
|
||||
compinit
|
||||
|
|
|
|||
Loading…
Reference in a new issue