diff options
| -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 |
