diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-10-13 19:33:17 +0200 |
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-10-13 19:33:17 +0200 |
| commit | a30f2f88aa82240af9266f5fa3046011e9fe5a51 (patch) | |
| tree | e52f59c1a23894d80a809e78cc95720153adb173 | |
| parent | 9468fda222d000c86108908569b7e1129305831e (diff) | |
update pokerc
| -rw-r--r-- | .config/poke/pokerc.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/poke/pokerc.conf b/.config/poke/pokerc.conf new file mode 100644 index 0000000..90a320f --- /dev/null +++ b/.config/poke/pokerc.conf @@ -0,0 +1,7 @@ +.set obase 16 +.set omode tree +.set pretty-print yes +.set oacutoff 32 + +pk_dump_cluster_by = 4 + |