From 1c28551d20ec7a8be75892b8a6cd69ab95bc4978 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Tue, 10 Oct 2017 10:59:48 +0100 Subject: [PATCH] zshrc: remove OCaml/OPAM references --- .zshrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.zshrc b/.zshrc index b7a7d55..c525155 100644 --- a/.zshrc +++ b/.zshrc @@ -96,6 +96,3 @@ ZSH_HIGHLIGHT_STYLES[assign]='none' ZSH_HIGHLIGHT_STYLES[redirection]='none' source $DOTFILES/aliases - -# OPAM configuration -. /home/frebib/.opam/opam-init/init.zsh > /dev/null 2> /dev/null || true