diff --git a/arch.sh b/arch.sh index 07b79b6..bf4cd82 100644 --- a/arch.sh +++ b/arch.sh @@ -123,6 +123,7 @@ main() { mkdir "$HOME"/.config/micro wget -q --show-progress ${repo}/.config/micro/settings.json -O "$HOME"/.config/micro/settings.json micro -plugin install detectindent + fish -c "set -Ux EDITOR micro" # === GL4D == # Download, build and installation diff --git a/arch_wsl.sh b/arch_wsl.sh index 53cc338..e793235 100644 --- a/arch_wsl.sh +++ b/arch_wsl.sh @@ -124,6 +124,7 @@ main() { mkdir "$HOME"/.config/micro wget -q --show-progress ${repo}/.config/micro/settings.json -O "$HOME"/.config/micro/settings.json micro -plugin install detectindent + fish -c "set -Ux EDITOR micro" # === GL4D == # Download, build and installation