aboutsummaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-03-25 07:12:09 +0100
committerThomas Schmucker <ts@its1.de>2026-03-25 07:12:09 +0100
commit37edf162b30d5fb7dc3b08c8a6361f54953a9d2d (patch)
treed9b369c5856515538c19ce6c454327ca1ec8ee0f /zsh
parente99756d1d5acb6805003b403985ee0a2a253bf26 (diff)
parentf47268bdb61ea02f6dc1ece2c699473277107947 (diff)
downloaddotfiles-37edf162b30d5fb7dc3b08c8a6361f54953a9d2d.tar.gz
dotfiles-37edf162b30d5fb7dc3b08c8a6361f54953a9d2d.tar.bz2
dotfiles-37edf162b30d5fb7dc3b08c8a6361f54953a9d2d.zip
Merge branch 'master' into sonarqube
Diffstat (limited to 'zsh')
-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