| Hash | Commit message | Author | Date | Files | + | - |
1 | commit 4824eca2a5ba4c590c50c03ab9caeac404f1a562 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Fri Apr 26 19:01:59 2024 +0200 |
4 | |
5 | Auto-Commit Update - 20240426 |
6 | --- |
7 | usr/share/lfp/lfprc | 2 +- |
8 | 1 file changed, 1 insertion(+), 1 deletion(-) |
9 | |
10 | diff --git a/usr/share/lfp/lfprc b/usr/share/lfp/lfprc |
11 | index 1840701..6d47b34 100755 |
12 | --- a/usr/share/lfp/lfprc |
13 | +++ b/usr/share/lfp/lfprc |
14 | @@ -7,7 +7,7 @@ set period 1 |
15 | set shell bash |
16 | set scrolloff 10 |
17 | set drawbox true |
18 | -set hiddenfiles ".*:*.aux:*.bbl:*.bcf:*.blg:*.run.xml:yarn.lock:package-lock.json:pnpm-lock.yaml:poetry.lock:node_modules" |
19 | +set hiddenfiles ".*:*.aux:*.bbl:*.bcf:*.blg:*.lock:*-lock.json:*-lock.yaml:*.run.xml:node_modules" |
20 | set shellopts '-eu' |
21 | set ifs "\n" |
22 | |