mirror of
https://github.com/krizsipeti/custom_blfs_packages.git
synced 2025-02-02 23:07:19 +08:00
11 lines
201 B
Bash
11 lines
201 B
Bash
# 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
|