aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2018-11-11 00:31:06 -0700
committerkatherine <shmibs@shmibbles.me>2018-11-11 00:31:06 -0700
commit53856e40330ce3e4abf713fed8f1015adcd79bdb (patch)
tree432ee133da50463e9ed6283b55a8eb527cc38efa /.zshrc
parent9aa49a36a74883c63eb975c5fc30218fc42bbb89 (diff)
downloaddotfiles-53856e40330ce3e4abf713fed8f1015adcd79bdb.tar.gz
ocaml support
stuff for zsh and vim integration and utop config
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index eea1fac..1ee88d5 100644
--- a/.zshrc
+++ b/.zshrc
@@ -198,3 +198,7 @@ case $(uname) in
*)
echo -e '[-- OS UNRECOGNISED (T_T) --]'
esac
+
+#################### HOOKS ####################
+
+[[ -f ~/.zshrc-opam ]] && source ~/.zshrc-opam