diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-01-04 16:27:36 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-01-04 16:27:36 +0100 |
| commit | 03af19aeaf0a4af433b86e5dbde49abb057db5c2 (patch) | |
| tree | af088fc74cf7229863705702603ddf67be3a7cda | |
| parent | 6464bb8f900be6dc167d14338d24095d1b5f1a84 (diff) | |
| download | dotfiles-03af19aeaf0a4af433b86e5dbde49abb057db5c2.tar.gz dotfiles-03af19aeaf0a4af433b86e5dbde49abb057db5c2.tar.bz2 dotfiles-03af19aeaf0a4af433b86e5dbde49abb057db5c2.zip | |
Links zu einigen Dokumentationen für ENV-Vars eingefügt
| -rw-r--r-- | zsh/zprofile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/zprofile b/zsh/zprofile index 4e208f6..3be3315 100644 --- a/zsh/zprofile +++ b/zsh/zprofile | |||
| @@ -23,10 +23,13 @@ export LIBRARY_PATH="/usr/local/lib:$LIBRARY_PATH" | |||
| 23 | export KEYBOARD_KEY_TIMEOUT_US=1000 | 23 | export KEYBOARD_KEY_TIMEOUT_US=1000 |
| 24 | 24 | ||
| 25 | # Tmuxp | 25 | # Tmuxp |
| 26 | # https://tmuxp.git-pull.com/configuration/environmental-variables.html | ||
| 26 | export TMUXP_CONFIGDIR="$XDG_CONFIG_HOME/tmuxp" | 27 | export TMUXP_CONFIGDIR="$XDG_CONFIG_HOME/tmuxp" |
| 27 | 28 | ||
| 28 | # Vit (Taskwarrior UI) | 29 | # Vit (Taskwarrior UI) |
| 30 | # https://github.com/vit-project/vit/blob/2.x/CUSTOMIZE.md | ||
| 29 | export VIT_DIR="$XDG_CONFIG_HOME/vit" | 31 | export VIT_DIR="$XDG_CONFIG_HOME/vit" |
| 30 | 32 | ||
| 31 | # music player daemon | 33 | # music player daemon |
| 34 | # https://mpd.readthedocs.io/en/latest/client.html#environment-variables | ||
| 32 | export MPD_HOST=localhost | 35 | export MPD_HOST=localhost |
