diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2021-02-01 14:46:31 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2021-02-01 14:46:31 +0100 |
commit | 0995a7838082a8fa28a624fab19a1a55bfe38052 (patch) | |
tree | 8a73ff1d85854c70ef4e4a684fdc95ca78ecc56a /.zsh/zshenv/00_dirs | |
parent | f5ef3b655fba159370c4794f200c468ffff6adbd (diff) |
zshenv: don't set BINDIR
Diffstat (limited to '.zsh/zshenv/00_dirs')
-rw-r--r-- | .zsh/zshenv/00_dirs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.zsh/zshenv/00_dirs b/.zsh/zshenv/00_dirs index c8ad727..ee08cf8 100644 --- a/.zsh/zshenv/00_dirs +++ b/.zsh/zshenv/00_dirs @@ -8,7 +8,6 @@ # Source repository: git://git.distanz.ch/dotfiles/zsh.git # -export BINDIR= export ZVARDIR=$HOME/.var/zsh # vim:ft=zsh |