diff options
author | katherine <shmibs@shmibbles.me> | 2018-11-12 00:20:38 +0000 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2018-11-12 00:20:38 +0000 |
commit | 7f33590625df3d58477c6cc6c258c204f63967bb (patch) | |
tree | 3654b1f2561016fe3c560f65f56f3ae7136d88ff | |
parent | 1615c6737186d6f4ce12188c6c7d438c3c7122a8 (diff) | |
download | dotfiles-7f33590625df3d58477c6cc6c258c204f63967bb.tar.gz |
eat failure return code
-rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -201,4 +201,4 @@ esac #################### HOOKS #################### -[[ -f ~/.zshrc-opam ]] && source ~/.zshrc-opam +[[ -f ~/.zshrc-opam ]] && source ~/.zshrc-opam || true |