diff options
Diffstat (limited to 'zshenv')
-rw-r--r-- | zshenv | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |