diff --git a/share/kak/kakrc b/share/kak/kakrc index 1795c706..f319e832 100644 --- a/share/kak/kakrc +++ b/share/kak/kakrc @@ -24,10 +24,10 @@ face bullet cyan face list yellow def -shell-params runtime %{ %sh{ - while [ $# -gt 0 ]; do - echo "source '${kak_runtime}/$1'" - shift - done + while [ $# -gt 0 ]; do + echo "source '${kak_runtime}/$1'" + shift + done }} %sh{