Browse Source

Add opam detection to zshrc

Taylor Bockman 8 years ago
parent
commit
03eea84c1a
  1. 6
      dotfiles/zshrc

6
dotfiles/zshrc

@ -105,5 +105,7 @@ PROMPT="%{$fg[white]%}┌%{$reset_color%}[%{$fg[yellow]%}%n%{$reset_color%}@%{$f
%{$fg[white]%}└─╼%{$reset_color%} "
# Run opam init
~/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true
eval `opam config env`
if hash opam 2>/dev/null; then
~/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true
eval `opam config env`
fi

Loading…
Cancel
Save