From cabf0b42bb82ad4bbecf87a004a323f40bca6ca2 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Mon, 21 May 2018 20:22:17 -0700 Subject: [PATCH] Start zsh with no errors --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 8409082..8eb5e12 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -85,4 +85,4 @@ eval $(dircolors $HOME/.config/zsh/dircolors.256dark) autoload -U select-word-style select-word-style bash -which direnv > /dev/null && eval "$(direnv hook zsh)" +which direnv > /dev/null && eval "$(direnv hook zsh)" || true