From 76268f0c4c7736d53f4a29f973a4d0c8b06cbd8c Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 30 Sep 2022 13:02:05 +0200 Subject: [PATCH] run fish commands in fish shell --- arch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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