diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-04-14 17:49:40 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-04-14 17:50:38 +0200 |
| commit | db230d509b98db7f7c2e958b599ef1f74dd93524 (patch) | |
| tree | 28afa717d545349ac34839fbd5951ff5e02ce019 | |
| parent | modules/ly: Avoid dumping logs and cache files into `$HOME` (diff) | |
| download | nixos-config-db230d509b98db7f7c2e958b599ef1f74dd93524.zip | |
modules/lf/colors: Hide the (not removable) `~/.pki` directory
| -rw-r--r-- | modules/by-name/lf/lf/colors | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/by-name/lf/lf/colors b/modules/by-name/lf/lf/colors index 17201e64..ed211581 100644 --- a/modules/by-name/lf/lf/colors +++ b/modules/by-name/lf/lf/colors @@ -58,7 +58,7 @@ ex 03;01;95 # EXEC fi 00 # FILE # links to hide -~/.mozilla 01;08;30 +~/.pki 01;08;30 ~/.ssh 01;08;30 # archives or compressed (dircolors defaults) |
