From 6e75e3a3bf4205a3f6d9a286f058ad1dd000e7d6 Mon Sep 17 00:00:00 2001 From: Amy <58243358+aymey@users.noreply.github.com> Date: Sat, 21 Jan 2023 08:10:47 +1100 Subject: [PATCH 1/2] add TERMINAL_PROG variable (#1237) used in programs like `xtrace` (line 172 `/usr/bin/xtrace`) --- .config/shell/profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/shell/profile b/.config/shell/profile index 1076352..7c7a613 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -13,6 +13,7 @@ unsetopt PROMPT_SP # Default programs: export EDITOR="nvim" export TERMINAL="st" +export TERMINAL_PROG="st" export BROWSER="librewolf" # ~/ Clean-up: From 9e433aa75398241744b10b8b87fcb09ce3f4989e Mon Sep 17 00:00:00 2001 From: Axel <14095200+codegax@users.noreply.github.com> Date: Mon, 23 Jan 2023 00:18:01 +0000 Subject: [PATCH 2/2] Update README.md (#1254) Update link to dependency csv --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1594423..135a8e4 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ curl -LO larbs.xyz/larbs.sh ``` or clone the repo files directly to your home directory and install the -[dependencies](https://github.com/LukeSmithxyz/LARBS/blob/master/progs.csv). +[dependencies](https://github.com/LukeSmithxyz/LARBS/blob/master/static/progs.csv). ## Default Desktop Artwork