From b13f617192a803e950af1eea5f76d2f74ec5bb32 Mon Sep 17 00:00:00 2001 From: lara Date: Thu, 18 Jun 2020 21:55:17 -0400 Subject: [PATCH] [trizen] Minor config fixes --- config/trizen/trizen.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/trizen/trizen.conf b/config/trizen/trizen.conf index e0ad3ab..9906e72 100755 --- a/config/trizen/trizen.conf +++ b/config/trizen/trizen.conf @@ -28,6 +28,7 @@ our $CONFIG = { noinfo => 0, # bool -- Do not display package information when installing an AUR package. noinstall => 0, # bool -- Do not install built packages -- builds only. nopull => 0, # bool -- Do not `git pull` new changes from the AUR git server. + one_line_edit => 0, # bool -- Select one or more build files to view/edit with one-line prompt. packages_in_stats => 5, # int -- The number of packages to display in `--stats` pacman_command => "/usr/bin/pacman", # str -- The `pacman` command that is used internally for pacman operations. pacman_local_dir => "/var/lib/pacman/local", # str -- Absolute path to the pacman's local directory. @@ -48,7 +49,7 @@ our $CONFIG = { sudo_autorepeat_interval => 180, # int -- Interval, in seconds, after which `sudo -v` is executed in background (with `sudo_autorepeat`). sudo_command => "/usr/bin/sudo", # str -- Command used when special permissions are required and `use_sudo` is set to 1. sudo_remove_timestamp => 1, # bool -- Remove the cached sudo credentials before `makepkg` is executed (`sudo --remove-timestamp`). - syntax_highlighting => 1, # bool -- Syntax hightling of the build files, using the `highlight` tool from [community]. + syntax_highlighting => 1, # bool -- Syntax highlighting of the build files, using the `highlight` tool from [community]. syntax_highlighting_cmd => "/usr/bin/highlight -O ansi", # str -- The `highlight` command used in highlighting the syntax of the build files (with `syntax_highlighting`). use_github_api => 1, # bool -- Check GitHub sources for updates using GitHub's API. (during `--devel --needed`) use_gitlab_api => 1, # bool -- Check GitLab sources for updates using GitLab's API. (during `--devel --needed`)