diff options
author | Joe <bousset.rudy@gmail.com> | 2022-07-30 19:45:29 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-07-30 19:45:29 +0200 |
commit | 0c36b38260d11fdca608e49bb7ac9bd76e50b84e (patch) | |
tree | 970ca8a1203150f326aa29ae3e73d6c890ef4971 /.config/env | |
parent | lang (diff) | |
download | dotfiles-bsd-0c36b38260d11fdca608e49bb7ac9bd76e50b84e.tar.gz dotfiles-bsd-0c36b38260d11fdca608e49bb7ac9bd76e50b84e.tar.bz2 dotfiles-bsd-0c36b38260d11fdca608e49bb7ac9bd76e50b84e.tar.xz dotfiles-bsd-0c36b38260d11fdca608e49bb7ac9bd76e50b84e.tar.zst dotfiles-bsd-0c36b38260d11fdca608e49bb7ac9bd76e50b84e.zip |
update
Diffstat (limited to '.config/env')
-rw-r--r-- | .config/env | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/env b/.config/env index eee6912..ee45491 100644 --- a/.config/env +++ b/.config/env @@ -22,6 +22,7 @@ export XDG_DOWNLOAD_DIR="$HOME"/dl export XDG_MUSIC_DIR="$HOME"/mu export XDG_PICTURES_DIR="$HOME"/pics export XDG_VIDEOS_DIR="$HOME"/vids +export XDG_RUNTIME_DIR=/tmp/xdg_runtime # Apps export EDITOR="editorcmd" |