浏览代码

~/.zshrc: use config for opam/ocaml.

Lucas Stadler 11 年之前
父节点
当前提交
8de5e1c689
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .zshrc

+ 3 - 0
.zshrc

@ -50,3 +50,6 @@ bindkey  history-incremental-search-backward
50 50
51 51
source ~/.env
52 52
source ~/.aliases
53
54
# OPAM configuration
55
. /home/lu/.opam/opam-init/init.zsh > /dev/null 2> /dev/null || true