.profile: Source in site-specific profile
This commit is contained in:
6
.profile
6
.profile
@@ -366,3 +366,9 @@ unset gnubin
|
|||||||
unset -v _baseshell
|
unset -v _baseshell
|
||||||
unset -f has
|
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