run fish commands in fish shell

This commit is contained in:
Mylloon 2022-09-30 13:02:05 +02:00
parent f0e2a64a6e
commit 76268f0c4c
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -126,7 +126,7 @@ then
# === Micro configuration == # === Micro configuration ==
git config --global core.editor "micro" 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 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 micro -plugin install detectindent
@ -354,7 +354,7 @@ then
# === Path == # === Path ==
# Add PIP packages from Python to the 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 == # === OCaml ==
# Init Opam and install stuff # Init Opam and install stuff