run fish commands in fish shell
This commit is contained in:
parent
f0e2a64a6e
commit
76268f0c4c
1 changed files with 2 additions and 2 deletions
4
arch.sh
4
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
|
||||
|
|
Loading…
Reference in a new issue