dotfiles

config files and scripts
git clone git://git.hanetzok.net/dotfiles
Log | Files | Refs | README

commit 22a747dd0448184815546add39bf07ab65bbc4bf
parent 24adec3b1f3adbb9987286f460d187cc5b82edf9
Author: Markus Hanetzok <markus@hanetzok.net>
Date:   Fri, 28 Mar 2025 10:37:00 +0100

add zprofile

Diffstat:
A.zprofile | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/.zprofile b/.zprofile @@ -0,0 +1,12 @@ +export XDG_DATA_HOME="$HOME"/.local/share +export XDG_CONFIG_HOME="$HOME"/.config +export XDG_STATE_HOME="$HOME"/.local/state +export XDG_CACHE_HOME="$HOME"/.cache + +export ZDOTDIR="$XDG_CONFIG_HOME"/zsh +export HISTFILE="$XDG_STATE_HOME"/zsh/history +export XAUTHORITY="$XDG_RUNTIME_DIR"/Xauthority +export XINITRC="$XDG_CONFIG_HOME"/x11/xinitrc +export DOTNET_CLI_HOME="$XDG_DATA_HOME"/dotnet +export GNUPGHOME="$XDG_DATA_HOME"/gnupg +export NUGET_PACKAGES="$XDG_CACHE_HOME"/NuGetPackages