Use micro as default editor
This commit is contained in:
parent
fc6b87a929
commit
3201f027ac
2 changed files with 2 additions and 0 deletions
1
arch.sh
1
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue