removed windows and linux split subdir
This commit is contained in:
parent
83dda10fa8
commit
065b982734
280 changed files with 9053 additions and 426 deletions
8
.antidote/functions/__antidote_indent
Normal file
8
.antidote/functions/__antidote_indent
Normal 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
|
||||
#}
|
||||
Loading…
Add table
Add a link
Reference in a new issue