Fix visudo editor defaulting to vi
This commit is contained in:
parent
5667fdd0ff
commit
fa323e6989
2 changed files with 3 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -2,8 +2,8 @@
|
||||||
# Maintainer: Librewish <librewish@gmail.com>
|
# Maintainer: Librewish <librewish@gmail.com>
|
||||||
|
|
||||||
pkgname=garuda-common-settings
|
pkgname=garuda-common-settings
|
||||||
pkgver=2.5.6
|
pkgver=2.5.7
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://gitlab.com/garuda-linux/themes-and-settings/settings/$pkgname"
|
url="https://gitlab.com/garuda-linux/themes-and-settings/settings/$pkgname"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
|
|
1
etc/sudoers.d/editor
Normal file
1
etc/sudoers.d/editor
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Defaults EDITOR=/usr/bin/micro
|
Loading…
Reference in a new issue