1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-11-08 06:28:23 +01:00

export envar

This commit is contained in:
DanyLE 2023-07-26 02:53:13 +02:00
parent af3e4bf92a
commit d5eb6635fa

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
}