From 91b55cccd33946966cb72c1f1c39e5f075bb5939 Mon Sep 17 00:00:00 2001 From: krolxon Date: Sun, 8 Dec 2024 22:08:12 +0530 Subject: remove mpd & ncmpcpp --- .config/shell/profile | 6 ------ 1 file changed, 6 deletions(-) (limited to '.config/shell') diff --git a/.config/shell/profile b/.config/shell/profile index a4135ba..8f4ab22 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -46,11 +46,5 @@ export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}" export PATH=$PATH:$HOME/.local/pbin # private 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 - # Start graphical server on user's current tty if not already running. [ "$(tty)" = "/dev/tty1" ] && ! pidof -s Xorg >/dev/null 2>&1 && exec startx "$XINITRC" -- cgit v1.2.3