From d294f6dc19f804162a6d6b98d84095da24bff044 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 6 Nov 2022 14:24:36 +0100 Subject: [PATCH] fix path --- arch_wsl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"