aboutsummaryrefslogtreecommitdiff
path: root/zsh/zshenv.home
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-01-02 16:21:27 +0100
committerThomas Schmucker <ts@its1.de>2026-01-02 16:21:27 +0100
commita599969f7a9276776931875532c90af881f2a292 (patch)
treed96086dbee21dd2e15b4c910363fc8b78f601568 /zsh/zshenv.home
parent46d361f88dfbc43f82295f61159f7870d4acc48b (diff)
downloaddotfiles-a599969f7a9276776931875532c90af881f2a292.tar.gz
dotfiles-a599969f7a9276776931875532c90af881f2a292.tar.bz2
dotfiles-a599969f7a9276776931875532c90af881f2a292.zip
erster entwurf für eine neue zsh Konfiguration
Diffstat (limited to 'zsh/zshenv.home')
-rw-r--r--zsh/zshenv.home7
1 files changed, 7 insertions, 0 deletions
diff --git a/zsh/zshenv.home b/zsh/zshenv.home
new file mode 100644
index 0000000..47f9687
--- /dev/null
+++ b/zsh/zshenv.home
@@ -0,0 +1,7 @@
1# vim: filetype=zsh
2
3export XDG_DATA_HOME="${XDG_DATA_HOME:-$HOME/.local/share}"
4export XDG_CACHE_HOME="${XDG_CACHE_HOME:-$HOME/.cache}"
5export XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}"
6
7export ZDOTDIR="$XDG_CONFIG_HOME/zsh"