aboutsummaryrefslogtreecommitdiff
path: root/zsh/zprofile
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/zprofile')
-rw-r--r--zsh/zprofile3
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/zprofile b/zsh/zprofile
index 9ac0c42..266e105 100644
--- a/zsh/zprofile
+++ b/zsh/zprofile
@@ -40,6 +40,9 @@ export TMUXP_CONFIGDIR="$XDG_CONFIG_HOME/tmuxp"
40# https://github.com/vit-project/vit/blob/2.x/CUSTOMIZE.md 40# https://github.com/vit-project/vit/blob/2.x/CUSTOMIZE.md
41export VIT_DIR="$XDG_CONFIG_HOME/vit" 41export VIT_DIR="$XDG_CONFIG_HOME/vit"
42 42
43# Maildir für mu (mail-utils)
44export MAILDIR="$HOME/Mail"
45
43# mpd starten 46# mpd starten
44if [[ -x /usr/local/bin/musicpd ]] && ! pgrep "musicpd" > /dev/null; then 47if [[ -x /usr/local/bin/musicpd ]] && ! pgrep "musicpd" > /dev/null; then
45 /usr/local/bin/musicpd 48 /usr/local/bin/musicpd