From 811ffc12e98da29ca9eab67dcab5426a92e3c038 Mon Sep 17 00:00:00 2001 From: Christopher Chow Date: Thu, 21 Jan 2016 19:54:48 +1100 Subject: [PATCH] Move env stuff into zshrc --- zshenv | 8 -------- zshrc | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/zshenv b/zshenv index 5b76b29..2d97203 100644 --- a/zshenv +++ b/zshenv @@ -9,11 +9,3 @@ if [[ "$SHLVL" -eq 1 && ! -o LOGIN && -s "${ZDOTDIR:-$HOME}/.zprofile" ]]; then source "${ZDOTDIR:-$HOME}/.zprofile" fi - -# Load direnv -if which direnv > /dev/null; then eval "$(direnv hook zsh)"; fi - -# Setup docker environment variables docker-machine -# if which docker-machine > /dev/null; then -# eval "$(docker-machine env dev)"; -# fi diff --git a/zshrc b/zshrc index 5319224..c3dda6b 100644 --- a/zshrc +++ b/zshrc @@ -15,6 +15,14 @@ if [[ -s "$HOME/.colours/base16-shell/base16-tomorrow.dark.sh" ]]; then source "$HOME/.colours/base16-shell/base16-tomorrow.dark.sh" fi +# Load direnv +if which direnv > /dev/null; then eval "$(direnv hook zsh)"; fi + +# Setup docker environment variables docker-machine +# if which docker-machine > /dev/null; then +# eval "$(docker-machine env dev)"; +# fi + # Aliases unalias gb