Massive change to the structure of the tree.
This commit is contained in:
parent
2fc5f7a514
commit
c71934ed3b
137 changed files with 51 additions and 266 deletions
18
config/common/zsh/.zshenv
Normal file
18
config/common/zsh/.zshenv
Normal file
|
@ -0,0 +1,18 @@
|
|||
#shellcheck disable=SC2034
|
||||
|
||||
skip_global_compinit=1
|
||||
export XDG_CACHE_HOME="/tmp/${USER}-cache"
|
||||
export XDG_CONFIG_HOME="${HOME}/.config"
|
||||
export XDG_DATA_HOME="${HOME}/.local/share"
|
||||
export XDG_STATE_HOME="${HOME}/.local/state"
|
||||
export ZDOTDIR="${XDG_CONFIG_HOME}/zsh"
|
||||
|
||||
# clean home - needs to be here for Docker Desktop
|
||||
export DOCKER_CONFIG="${XDG_CONFIG_HOME}/docker"
|
||||
export GNUPGHOME="${XDG_DATA_HOME}/gnupg"
|
||||
export LESSHISTFILE='/dev/null'
|
||||
|
||||
# linux only
|
||||
# if test -z "$XDG_RUNTIME_DIR"; then
|
||||
# export XDG_RUNTIME_DIR=$(mktemp -d /tmp/$(id -u)-runtime-dir.XXX)
|
||||
# fi
|
Loading…
Add table
Add a link
Reference in a new issue