Indentation fix in kakrc
This commit is contained in:
parent
5aba5d38f2
commit
d8802e5f01
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue
Block a user