removed windows and linux split subdir

This commit is contained in:
Luka Jankovic 2026-02-03 23:43:22 +01:00
parent 83dda10fa8
commit 065b982734
280 changed files with 9053 additions and 426 deletions

View file

@ -0,0 +1,8 @@
#!/bin/zsh
### Indent strings
#function __antidote_indent {
emulate -L zsh; setopt local_options $_adote_funcopts
local -a lines=("${(@f)$(__antidote_collect_input "$@")}")
printf ' %s\n' $lines
#}