From 54fc138b4943c5db70d3b97f6595d6b580402e29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Tue, 27 Feb 2024 19:38:36 +0100 Subject: [PATCH] Define ZDOTDIR globally --- .gitignore | 1 + zshrc | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e934adf..20a8d93 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ cache/ +.zcompdump diff --git a/zshrc b/zshrc index 24425b6..214bbbf 100644 --- a/zshrc +++ b/zshrc @@ -74,6 +74,7 @@ command-exists () { return $(command -v $1 >/dev/null); } NEWLINE=$'\n' +ZDOTDIR=${ZDOTDIR:-$HOME/.zsh} #---------------------------------- Listings ----------------------------------