diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2023-12-29 16:28:53 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2023-12-29 16:28:59 -0500 |
commit | d2cd07b11f74f412c0b8666e7d88b591a36afeb5 (patch) | |
tree | d5c974d0d059ecd5a8dbdde2797d468c73f4ba9d /old/zshenv | |
parent | 75124e467b683c9a2c24f19931685e985db52f64 (diff) |
Delete old dotfiles
Diffstat (limited to 'old/zshenv')
-rw-r--r-- | old/zshenv | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/old/zshenv b/old/zshenv deleted file mode 100644 index 616a2d3..0000000 --- a/old/zshenv +++ /dev/null @@ -1,13 +0,0 @@ -# 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 |