aboutsummaryrefslogtreecommitdiff
path: root/rootfs/etc/profile
blob: 8e38c5225ee28d6fb1a2d369f7c86145096acb2d (plain)
1
2
3
4
5
6
# /etc/profile
umask 022
cd "$HOME"

export PATH="$PATH:/usr/bin"
export LD_LIBRARY_PATH="/lib"