zimfw/src
Eric Nielsen 163d36b61b
Use Zsh scripting instead of sed, sort and tail
`foo | sed 's?^.*/v??' | sort -n -t. -k1,1 -k2,2 -k3,3 | tail -n1` is
the same as `${${(On)${(f)"$(foo)"}##*v}[1]}`. We don't want to depend
on external tools that might not be available in all platforms.
2021-03-19 18:14:31 -05:00
..
stage2 Use Zsh scripting instead of sed, sort and tail 2021-03-19 18:14:31 -05:00
templates Init and compile local modules in their directories 2020-06-09 21:34:21 -05:00
tools Fix update.zsh.erb for renamed HEAD remote branch 2021-02-19 15:30:27 -05:00
zimfw.zsh.erb Prefer the prezto module format 2021-03-16 17:04:40 -05:00