Add console editor
This commit is contained in:
parent
dc42df1b33
commit
9fc6378221
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue