aboutsummaryrefslogtreecommitdiff
path: root/common/.zshenv
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2025-09-30 11:50:05 +0200
committersrdusr <trevorgray@srdusr.com>2025-09-30 11:50:05 +0200
commita6243585ba861c80d19f5f135170204e22bfc346 (patch)
tree0710801dd067d27e70988b7477a5aa06157b4d91 /common/.zshenv
parent8051e7846625a06b30baa15868631de286f7ee5d (diff)
downloaddotfiles-a6243585ba861c80d19f5f135170204e22bfc346.tar.gz
dotfiles-a6243585ba861c80d19f5f135170204e22bfc346.zip
Various changes, fixed .zshenv initializing properly, updated install.sh/packages.yml (testing shell-git invocation/make tmp and re-exec with bash)
Diffstat (limited to 'common/.zshenv')
-rw-r--r--common/.zshenv2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/.zshenv b/common/.zshenv
new file mode 100644
index 0000000..12b221e
--- /dev/null
+++ b/common/.zshenv
@@ -0,0 +1,2 @@
+ZDOTDIR="$HOME/.config/zsh"
+source -- "$ZDOTDIR/.zshenv"