linux-qubasis
linux oasis port as a qubes template
git clone https://9o.is/git/linux-qubasis.git
commit c7551f7ff2d3b619a9c01f95c58617a0cf2c7d02 parent 68c9740757d94f21a68597d866100224fae12628 Author: Jul <jul@9o.is> Date: Thu, 31 Jul 2025 23:27:20 -0400 enable fzy info by default Diffstat:
| M | pkg/fzy/config.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/fzy/config.h b/pkg/fzy/config.h @@ -20,7 +20,7 @@ extern "C" { #define DEFAULT_PROMPT "> " #define DEFAULT_NUM_LINES 50 #define DEFAULT_WORKERS 0 -#define DEFAULT_SHOW_INFO 0 +#define DEFAULT_SHOW_INFO 1 #define DEFAULT_MULTI 1 #ifdef __cplusplus