summaryrefslogtreecommitdiff
path: root/.config/shell
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2024-12-08 22:08:12 +0530
committerkrolxon <krolyxon@tutanota.com>2024-12-08 22:08:12 +0530
commit91b55cccd33946966cb72c1f1c39e5f075bb5939 (patch)
tree0c1e69c199495d3b690260210536a7a39d1901b0 /.config/shell
parent04e18be665991c2f6b51dece2655e04541a0fb9f (diff)
remove mpd & ncmpcpp
Diffstat (limited to '.config/shell')
-rw-r--r--.config/shell/profile6
1 files changed, 0 insertions, 6 deletions
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"