manually sourcing /etc/profile
This commit is contained in:
parent
f7d6985f69
commit
30c64917ed
@ -24,6 +24,10 @@
|
|||||||
initExtra = ''
|
initExtra = ''
|
||||||
$HOME/.local/bin/pokemon-colorscripts -r --no-title
|
$HOME/.local/bin/pokemon-colorscripts -r --no-title
|
||||||
export command_timeout=60
|
export command_timeout=60
|
||||||
|
|
||||||
|
if [ -f /etc/profile ]; then
|
||||||
|
. /etc/profile
|
||||||
|
fi
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
xdg = {
|
xdg = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user