diff options
Diffstat (limited to '.config/shell')
| -rw-r--r-- | .config/shell/profile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index 7fb1293..c6fcf0c 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -27,8 +27,14 @@ export __GL_SHADER_DISK_CACHE_PATH=~/.cache/ export SUDO_ASKPASS="$HOME/.local/bin/dmenupass" export FZF_DEFAULT_OPTS="--layout=reverse --height 40%" export ANDROID_HOME="$XDG_DATA_HOME"/android - export PATH=$PATH:$HOME/.local/bin +export PATH="$PATH:$XDG_DATA_HOME/cargo/bin" + +export MPD_HOST="localhost" +export MPD_PORT="6600" + +# Mpd daemon start +[ ! -s ~/.config/mpd/pid ] && mpd # Starting X if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then |
