From 03af19aeaf0a4af433b86e5dbde49abb057db5c2 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Sun, 4 Jan 2026 16:27:36 +0100 Subject: Links zu einigen Dokumentationen für ENV-Vars eingefügt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zsh/zprofile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zsh/zprofile') 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" export KEYBOARD_KEY_TIMEOUT_US=1000 # Tmuxp +# https://tmuxp.git-pull.com/configuration/environmental-variables.html export TMUXP_CONFIGDIR="$XDG_CONFIG_HOME/tmuxp" # Vit (Taskwarrior UI) +# https://github.com/vit-project/vit/blob/2.x/CUSTOMIZE.md export VIT_DIR="$XDG_CONFIG_HOME/vit" # music player daemon +# https://mpd.readthedocs.io/en/latest/client.html#environment-variables export MPD_HOST=localhost -- cgit v1.3