From dbe59f4821372ef5e24b8a7cf5b43c0336af443e Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Sat, 26 Mar 2022 23:56:09 +0100 Subject: [PATCH] Add ZIM_HOME --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 6128ae8..d904487 100644 --- a/.zshrc +++ b/.zshrc @@ -31,6 +31,8 @@ bindkey -e # Remove path separator from WORDCHARS. WORDCHARS=${WORDCHARS//[\/]} +export ZIM_HOME=$HOME/.zim + # -------------------- # Module configuration