diff --git a/arch_wsl.sh b/arch_wsl.sh index 253f8cb..28a5f74 100644 --- a/arch_wsl.sh +++ b/arch_wsl.sh @@ -203,7 +203,7 @@ then opam install -y utop ocaml-lsp-server ocamlformat ocamlformat-rpc wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/dotfiles/.ocamlformat -O "$HOME"/.ocamlformat # Add Opam packages from OCaml - fish -c "fish_add_path /home/anri/.opam/default/bin" + fish -c "fish_add_path $HOME/.opam/default/bin" # Fix dlllwt_unix_stubs.so shared object file fish -c "set -Ux CAML_LD_LIBRARY_PATH $(opam var stublibs)"