mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-16 16:29:23 +01:00
rc/profile: introduce .environment2
This commit is contained in:
parent
51b0b5dde5
commit
a91f4a5642
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user