Added vscode.sh to profile.d folder

This commit is contained in:
Krizsán Péter 2024-10-29 22:18:33 +01:00
parent efe09d27d8
commit f3655a14e8

View File

@ -0,0 +1,10 @@
# Begin /etc/profile.d/vscode.sh
VSCODEDIR=/opt/vscode
pathappend $VSCODEDIR/bin PATH
#pathappend $VSCODEDIR/lib/pkgconfig PKG_CONFIG_PATH
export VSCODEDIR
# End /etc/profile.d/vscode.sh