added more env vars to profile

This commit is contained in:
Niklas 2020-06-24 12:10:42 +02:00
parent 7c6497950a
commit de3bd05cf4

View File

@ -6,3 +6,12 @@ export VISUAL=nvim
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_CACHE_HOME="$HOME/.cache"
# XDG_DESKTOP_DIR="$HOME/desktop"
# XDG_DOCUMENTS_DIR="$HOME/documents"
export XDG_DOWNLOAD_DIR="$HOME/downloads"
# XDG_MUSIC_DIR="$HOME/music"
# XDG_PICTURES_DIR="$HOME/pictures"
# XDG_PUBLICSHARE_DIR="$HOME/public"
# XDG_TEMPLATES_DIR="$HOME/templates"
# XDG_VIDEOS_DIR="$HOME/videos"