summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-19 16:14:18 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-19 16:14:18 +0200
commita20442cd985fd5b4a4a7ea726bda50f2ac6bb1da (patch)
tree7124c27d8a170ed9b656200d6ee156542b602984 /.profile
parentMutt notifications update (diff)
downloaddotfiles-bsd-a20442cd985fd5b4a4a7ea726bda50f2ac6bb1da.tar.gz
dotfiles-bsd-a20442cd985fd5b4a4a7ea726bda50f2ac6bb1da.tar.bz2
dotfiles-bsd-a20442cd985fd5b4a4a7ea726bda50f2ac6bb1da.tar.xz
dotfiles-bsd-a20442cd985fd5b4a4a7ea726bda50f2ac6bb1da.tar.zst
dotfiles-bsd-a20442cd985fd5b4a4a7ea726bda50f2ac6bb1da.zip
Added MPD notifications support
Diffstat (limited to '.profile')
-rw-r--r--.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.profile b/.profile
index d99cc0b..cc14b6d 100644
--- a/.profile
+++ b/.profile
@@ -40,6 +40,7 @@ export LANG="en_US.UTF-8"
export LESSHISTFILE="-"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_CONFIG_HOME="$HOME/.config"
+export XDG_MUSIC_DIR="$HOME/Music"
# ccache
export CCACHE_PATH="/usr/bin:/usr/local/bin:/usr/local/llvm11/bin"