shit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# System-wide shell profile (POSIX sh / bash login shells).
|
||||
export PATH=/usr/local/bin:/usr/bin:/bin
|
||||
export PAGER=less
|
||||
umask 022
|
||||
|
||||
for _f in /etc/profile.d/*.sh; do
|
||||
[ -r "$_f" ] && . "$_f"
|
||||
done
|
||||
unset _f
|
||||
Reference in New Issue
Block a user