d371d80af2
For short single commands, prefer a one-liner `for` with the zsh syntax: ``` for x (foo bar) print ${x} ``` Otherwise just place `; do` on the same line as the POSIX `for ... in`: ``` for x in foo bar; do print ${x} done ``` Closes #268 |
||
---|---|---|
.. | ||
_git-branch-delete-interactive | ||
git-branch-current | ||
git-branch-delete-interactive | ||
git-dir | ||
git-ignore-add | ||
git-root | ||
git-stash-clear-interactive | ||
git-stash-recover | ||
git-submodule-move | ||
git-submodule-remove |