1
0
Fork 0

Start zsh with no errors

This commit is contained in:
Jeremy Kaplan 2018-05-21 20:22:17 -07:00
commit cabf0b42bb

View file

@ -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