mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
xsessionrc: I just remembered that I have nice file called ~/.environment
This commit is contained in:
parent
c930435706
commit
cbae2b25ed
@ -3,6 +3,11 @@ PATH=$HOME/.local/bin:$PATH
|
||||
# Use gpg-agent
|
||||
eval $(gpg-agent --daemon)
|
||||
|
||||
# The environment was set to ~/.environment according to other files...
|
||||
if [ -f ~/.environment ]; then
|
||||
source ~/.environment
|
||||
fi
|
||||
|
||||
# Allow custom things to be put to ~/.xcustom
|
||||
if [ -f ~/.xcustom ]; then
|
||||
. ~/.xcustom
|
||||
|
Loading…
Reference in New Issue
Block a user