diff --git a/arch.sh b/arch.sh index 5c9870d..e3c6528 100644 --- a/arch.sh +++ b/arch.sh @@ -126,7 +126,7 @@ then # === Micro configuration == git config --global core.editor "micro" - set -Ux EDITOR micro + fish -c "set -Ux EDITOR micro" wget -q --show-progress https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/micro/settings.json -O "$HOME"/.config/micro/settings.json micro -plugin install detectindent @@ -354,7 +354,7 @@ then # === Path == # Add PIP packages from Python to the path - fish_add_path /home/anri/.local/bin + fish -c "fish_add_path /home/anri/.local/bin" # === OCaml == # Init Opam and install stuff