aboutsummaryrefslogtreecommitdiff
path: root/zsh/zprofile
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-01-04 16:27:36 +0100
committerThomas Schmucker <ts@its1.de>2026-01-04 16:27:36 +0100
commit03af19aeaf0a4af433b86e5dbde49abb057db5c2 (patch)
treeaf088fc74cf7229863705702603ddf67be3a7cda /zsh/zprofile
parent6464bb8f900be6dc167d14338d24095d1b5f1a84 (diff)
downloaddotfiles-03af19aeaf0a4af433b86e5dbde49abb057db5c2.tar.gz
dotfiles-03af19aeaf0a4af433b86e5dbde49abb057db5c2.tar.bz2
dotfiles-03af19aeaf0a4af433b86e5dbde49abb057db5c2.zip
Links zu einigen Dokumentationen für ENV-Vars eingefügt
Diffstat (limited to 'zsh/zprofile')
-rw-r--r--zsh/zprofile3
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"
23export KEYBOARD_KEY_TIMEOUT_US=1000 23export KEYBOARD_KEY_TIMEOUT_US=1000
24 24
25# Tmuxp 25# Tmuxp
26# https://tmuxp.git-pull.com/configuration/environmental-variables.html
26export TMUXP_CONFIGDIR="$XDG_CONFIG_HOME/tmuxp" 27export 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
29export VIT_DIR="$XDG_CONFIG_HOME/vit" 31export 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
32export MPD_HOST=localhost 35export MPD_HOST=localhost