| Hash | Commit message | Author | Date | Files | + | - |
1 | commit 82312ce8f7eaca62874be0ee59a7eedd8672355c |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Fri Apr 5 04:42:38 2024 +0200 |
4 | |
5 | Auto-Commit Update - 20240405 |
6 | --- |
7 | pyproject.toml. | 3 --- |
8 | usr/share/lfp/lfprc | 2 +- |
9 | 2 files changed, 1 insertion(+), 4 deletions(-) |
10 | |
11 | diff --git a/pyproject.toml. b/pyproject.toml. |
12 | deleted file mode 100644 |
13 | index 9787c3b..0000000 |
14 | --- a/pyproject.toml. |
15 | +++ /dev/null |
16 | @@ -1,3 +0,0 @@ |
17 | -[build-system] |
18 | -requires = ["setuptools", "wheel"] |
19 | -build-backend = "setuptools.build_meta" |
20 | diff --git a/usr/share/lfp/lfprc b/usr/share/lfp/lfprc |
21 | index 6218577..e98b236 100755 |
22 | --- a/usr/share/lfp/lfprc |
23 | +++ b/usr/share/lfp/lfprc |
24 | @@ -7,7 +7,7 @@ set period 1 |
25 | set shell bash |
26 | set scrolloff 10 |
27 | set drawbox true |
28 | -set hiddenfiles ".*:*.aux:*.bbl:*.bcf:*.blg:*.run.xml:yarn.lock:package-lock.json:pnpm-lock.yaml" |
29 | +set hiddenfiles ".*:*.aux:*.bbl:*.bcf:*.blg:*.run.xml:yarn.lock:package-lock.json:pnpm-lock.yaml:node_modules" |
30 | set shellopts '-eu' |
31 | set ifs "\n" |
32 | |