diff --git a/rc/profile b/rc/profile index 724f181b..6abd714c 100644 --- a/rc/profile +++ b/rc/profile @@ -32,3 +32,8 @@ export XCURSOR_DISCOVER=1 if [ -f ~/.environment ]; then . ~/.environment fi + +# Something that scripts here won't attempt to overwrite +if [ -f ~/.environment2 ]; then + . ~/.environment2 +fi