| Hash | Commit message | Author | Date | Files | + | - |
1 | commit 8e516375ed45bf665c2c297d2a79f0d78df78290 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Fri Apr 26 22:33:42 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 ef90aa0..c87a7a7 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:__pycache__" |
19 | +set hiddenfiles ".*:*.aux:*.bbl:*.bcf:*.blg:*.lock:*-lock.json:*-lock.yaml:*.egg-info:*.run.xml:node_modules:__pycache__" |
20 | set shellopts '-eu' |
21 | set ifs "\n" |
22 | |