summaryrefslogtreecommitdiff
path: root/zshenv
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2020-05-19 21:08:12 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2020-05-19 21:08:20 -0400
commitfd61bf44f45a6832dd56bf6fbbd59a06f80dd2d9 (patch)
tree397c4a45b2473ee7647d56e00077e6ba56b7eff4 /zshenv
parent0f6469231eeb774831f4ce7b34b994e892d63f28 (diff)
Some stuff from firelink
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