diff --git a/lfs_configs/etc/profile.d/vscode.sh b/lfs_configs/etc/profile.d/vscode.sh new file mode 100644 index 0000000..cc56fa4 --- /dev/null +++ b/lfs_configs/etc/profile.d/vscode.sh @@ -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