Add console editor

This commit is contained in:
MatMoul 2019-10-06 22:48:22 +02:00
parent dc42df1b33
commit 9fc6378221

View file

@ -2,6 +2,9 @@
. ./lib
options=()
options+=("nano" "Editor" on)
options+=("vim" "Editor" on)
options+=("vi" "Editor" off)
options+=("pacman-contrib" "Pacman contrib tools" on)
options+=("base-devel" "Build tools" on)
options+=("bash-completion" "Best completion in bash" on)