diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-03-22 09:39:52 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-03-22 09:39:52 +0100 |
| commit | 3684394fd8e137527420f527d32f55847af0eb32 (patch) | |
| tree | 824c6b9a34e526cba27b5c39f6c79cb7f9c551d1 /zsh | |
| parent | b73dfa124e10e209dd7bef03a0df2b65d4ad7d30 (diff) | |
| download | dotfiles-3684394fd8e137527420f527d32f55847af0eb32.tar.gz dotfiles-3684394fd8e137527420f527d32f55847af0eb32.tar.bz2 dotfiles-3684394fd8e137527420f527d32f55847af0eb32.zip | |
zsh: Maildir Umgebungsvariable für mu (mail-utils)
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/zprofile | 3 |
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 |
| 41 | export VIT_DIR="$XDG_CONFIG_HOME/vit" | 41 | export VIT_DIR="$XDG_CONFIG_HOME/vit" |
| 42 | 42 | ||
| 43 | # Maildir für mu (mail-utils) | ||
| 44 | export MAILDIR="$HOME/Mail" | ||
| 45 | |||
| 43 | # mpd starten | 46 | # mpd starten |
| 44 | if [[ -x /usr/local/bin/musicpd ]] && ! pgrep "musicpd" > /dev/null; then | 47 | if [[ -x /usr/local/bin/musicpd ]] && ! pgrep "musicpd" > /dev/null; then |
| 45 | /usr/local/bin/musicpd | 48 | /usr/local/bin/musicpd |
