From 8fc802bb7843ce0e32661cfa23f8947dc3ddea68 Mon Sep 17 00:00:00 2001 From: Tharre Date: Sun, 12 Aug 2018 00:05:51 +0200 Subject: zsh: replace oh-my-zsh with vanilla zsh configs oh-my-zsh introduces *a lot* of bloat, but I've barely been using any of it these past years. Just picking the options I use makes zsh easier to work with and debug (and hopefully faster). --- .zshenv | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .zshenv (limited to '.zshenv') diff --git a/.zshenv b/.zshenv new file mode 100644 index 0000000..e9cb012 --- /dev/null +++ b/.zshenv @@ -0,0 +1,7 @@ +# set LS_COLORS +eval "$(dircolors)" + +typeset -U path +path=("$HOME/bin" $path[@]) +export EDITOR=vim +export LESS='-R' -- cgit v1.2.3-70-g09d2