.profile: Source in site-specific profile
This commit is contained in:
parent
ada26e430b
commit
38a0533fd7
6
.profile
6
.profile
@ -366,3 +366,9 @@ unset gnubin
|
||||
unset -v _baseshell
|
||||
unset -f has
|
||||
|
||||
# Source in a site-specific profile
|
||||
localprofile="$HOME/.local/profile"
|
||||
if [ -f "$localprofile" ]; then
|
||||
. "$localprofile"
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user