Commit 9d113ea

Eric Bower  ·  2026-06-27 21:55:26 -0400 EDT
parent ed90d8a
fix(kak): find cmd mac support
1 files changed,  +1, -1
+1, -1
1@@ -35,7 +35,7 @@ complete-command find shell-script-candidates %{
2   	   -o -name __pycache__ -o -name .mypy_cache \
3   	   -o -name .pytest_cache -o -name .ruff_cache -o -name .venv \
4   	\) -prune \
5-  	-o -type f -printf '%P\n'
6+  	-o -type f -print | sed 's|^\./||'
7 }
8 
9 define-command dowrap %{ # soft-wrap command