diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-19 16:14:18 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-19 16:14:18 +0200 |
commit | a20442cd985fd5b4a4a7ea726bda50f2ac6bb1da (patch) | |
tree | 7124c27d8a170ed9b656200d6ee156542b602984 /.profile | |
parent | Mutt notifications update (diff) | |
download | dotfiles-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 '')
-rw-r--r-- | .profile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |