summaryrefslogtreecommitdiffstats
path: root/.zshenv
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2018-08-12 00:05:51 +0200
committerTharre <tharre3@gmail.com>2018-08-12 01:17:13 +0200
commit8fc802bb7843ce0e32661cfa23f8947dc3ddea68 (patch)
tree10ef02a948bb83b4ddc6e497fc7bd38d92c1314e /.zshenv
parentbe230463de9cbb87115589192a3da3223f172a20 (diff)
downloaddotfiles-8fc802bb7843ce0e32661cfa23f8947dc3ddea68.tar.gz
dotfiles-8fc802bb7843ce0e32661cfa23f8947dc3ddea68.tar.xz
dotfiles-8fc802bb7843ce0e32661cfa23f8947dc3ddea68.zip
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).
Diffstat (limited to '.zshenv')
-rw-r--r--.zshenv7
1 files changed, 7 insertions, 0 deletions
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'