added go and vscode env variables

This commit is contained in:
Niklas 2020-08-14 11:23:24 +02:00
parent 2340432344
commit e3ec765c2b

View File

@ -15,3 +15,6 @@ export XDG_DOWNLOAD_DIR="$HOME/downloads"
# XDG_PUBLICSHARE_DIR="$HOME/public"
# XDG_TEMPLATES_DIR="$HOME/templates"
# XDG_VIDEOS_DIR="$HOME/videos"
export GOPATH="$XDG_DATA_HOME/go"
export VSCODE_EXTENSIONS="$XDG_DATA_HOME/vscode/extensions"