From 36daeb3a2d6f7fce4c9318b4291b7c5d4d4c6f2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjetil=20=C3=98rbekk?= Date: Sun, 18 Oct 2020 14:04:32 +0000 Subject: Remove unused dotfiles --- old/zshenv | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 old/zshenv (limited to 'old/zshenv') 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 -- cgit v1.2.3