summaryrefslogtreecommitdiff
path: root/zshenv
diff options
context:
space:
mode:
Diffstat (limited to 'zshenv')
-rw-r--r--zshenv9
1 files changed, 9 insertions, 0 deletions
diff --git a/zshenv b/zshenv
index 56d8b0d..616a2d3 100644
--- a/zshenv
+++ b/zshenv
@@ -1,3 +1,12 @@
+# Start configuration added by Zim install {{{
+#
+# User configuration sourced by all invocations of the shell
+#
+
+# Define Zim location
+: ${ZIM_HOME=${ZDOTDIR:-${HOME}}/.zim}
+# }}} End configuration added by Zim install
+
export ZSHENV_LOADED=true
export EDITOR=nvim
export PATH=$PATH:$HOME/bin