diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-03-25 07:12:09 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-03-25 07:12:09 +0100 |
| commit | 37edf162b30d5fb7dc3b08c8a6361f54953a9d2d (patch) | |
| tree | d9b369c5856515538c19ce6c454327ca1ec8ee0f /zsh/zprofile | |
| parent | e99756d1d5acb6805003b403985ee0a2a253bf26 (diff) | |
| parent | f47268bdb61ea02f6dc1ece2c699473277107947 (diff) | |
| download | dotfiles-37edf162b30d5fb7dc3b08c8a6361f54953a9d2d.tar.gz dotfiles-37edf162b30d5fb7dc3b08c8a6361f54953a9d2d.tar.bz2 dotfiles-37edf162b30d5fb7dc3b08c8a6361f54953a9d2d.zip | |
Merge branch 'master' into sonarqube
Diffstat (limited to 'zsh/zprofile')
| -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 |
