1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-07-31 21:21:58 +02:00

Compare commits

...

1 Commits

Author SHA1 Message Date
d5eb6635fa export envar 2023-07-26 02:53:13 +02:00

View File

@ -9,5 +9,6 @@ export PATH=$PATH:/home/$USER/bin
if [ ! -e "$XDG_RUNTIME_DIR" ]; then
mkdir -p "$XDG_RUNTIME_DIR"
fi
export TERM=xterm-256color
EOF
}