From aec956c083411a8392418187946b28e5c1291599 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Tue, 6 Apr 2021 20:48:34 +0200 Subject: [PATCH] update --- conf.d/zim/zshrc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/conf.d/zim/zshrc b/conf.d/zim/zshrc index 801187e..b63bb66 100644 --- a/conf.d/zim/zshrc +++ b/conf.d/zim/zshrc @@ -152,8 +152,21 @@ bindkey -M vicmd 'j' history-substring-search-down [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh # <<< fzf initialization <<< +# +# ocaml +# + # >>> opam configuration >>> # test -r /home/jeff/.opam/opam-init/init.zsh && . /home/jeff/.opam/opam-init/init.zsh > /dev/null 2> /dev/null || true # <<< opam configuration <<< +# +# conda +# + +# >>> conda configuration >>> +# +[ -f /opt/miniconda3/etc/profile.d/conda.sh ] && source /opt/miniconda3/etc/profile.d/conda.sh +# <<< conda configuration <<< +