mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 02:42:22 +08:00
7 lines
132 B
Plaintext
7 lines
132 B
Plaintext
# System-wide .bashrc file
|
|
|
|
# Continue if running interactively
|
|
[[ $- == *i* ]] || return 0
|
|
|
|
[ \! -s /etc/shinit ] || . /etc/shinit
|