mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-08 19:45:10 +02:00
5 lines
69 B
Text
5 lines
69 B
Text
# Read /etc/profile
|
|
|
|
if [ -f /etc/profile ]; then
|
|
. /etc/profile
|
|
fi
|