| Hash | Commit message | Author | Date | Files | + | - |
1 | commit 59a65edb0f65192501d592bd74d9e134618f17fe |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Fri Apr 26 20:00:35 2024 +0200 |
4 | |
5 | Auto-Commit Update 26.04.2024 - 20:00:35 |
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 6d47b34..ef90aa0 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:*.lock:*-lock.json:*-lock.yaml:*.run.xml:node_modules" |
19 | +set hiddenfiles ".*:*.aux:*.bbl:*.bcf:*.blg:*.lock:*-lock.json:*-lock.yaml:*.run.xml:node_modules:__pycache__" |
20 | set shellopts '-eu' |
21 | set ifs "\n" |
22 | |