From f56da0d98b2eda083c3b7b1606f804d76a001967 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 1 Mar 2021 08:37:31 +0100 Subject: Updated rc command to source the program associated with a config file, Added yay config to use doas instead of sudo --- config/yay/config.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config/yay/config.json (limited to 'config/yay') diff --git a/config/yay/config.json b/config/yay/config.json new file mode 100644 index 0000000..ddc64b6 --- /dev/null +++ b/config/yay/config.json @@ -0,0 +1,5 @@ +{ + "sudobin": "doas", + "sudoflags": "", + "sudoloop": false +} -- cgit