aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2018-11-12 00:20:38 +0000
committerkatherine <shmibs@shmibbles.me>2018-11-12 00:20:38 +0000
commit7f33590625df3d58477c6cc6c258c204f63967bb (patch)
tree3654b1f2561016fe3c560f65f56f3ae7136d88ff
parent1615c6737186d6f4ce12188c6c7d438c3c7122a8 (diff)
downloaddotfiles-7f33590625df3d58477c6cc6c258c204f63967bb.tar.gz
eat failure return code
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 1ee88d5..032a438 100644
--- a/.zshrc
+++ b/.zshrc
@@ -201,4 +201,4 @@ esac
#################### HOOKS ####################
-[[ -f ~/.zshrc-opam ]] && source ~/.zshrc-opam
+[[ -f ~/.zshrc-opam ]] && source ~/.zshrc-opam || true