diff options
Diffstat (limited to 'old/zshenv')
| -rw-r--r-- | old/zshenv | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/old/zshenv b/old/zshenv new file mode 100644 index 0000000..616a2d3 --- /dev/null +++ b/old/zshenv @@ -0,0 +1,13 @@ +# 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 +export TERMINAL=urxvt |
