1
0
Fork 0
mirror of synced 2024-06-22 00:11:10 -04:00
zimfw/modules
Eric Nielsen d371d80af2
Unify the for syntax
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
2018-04-25 08:59:19 -05:00
..
archive [archive] Fix lzma typo 2018-02-08 11:03:30 -05:00
autosuggestions [autosuggestions] Update submodule to version v0.4.2 2018-01-05 12:30:56 -05:00
completion [completion] Simplify matcher-list syntax 2018-04-03 08:57:30 -05:00
custom Allow arbitrary ZIM location with ZIM_HOME 2017-09-04 17:25:01 -05:00
debug Allow arbitrary ZIM location with ZIM_HOME 2017-09-04 17:25:01 -05:00
directory use setopt NO_CLOBBER instead of unsetopt CLOBBER 2017-01-11 22:16:07 -08:00
environment [environment] Remove path separator from WORDCHARS 2017-09-21 19:23:14 -05:00
fasd remove broken quote in fasd function 2017-05-30 06:30:30 -07:00
git Unify the for syntax 2018-04-25 08:59:19 -05:00
git-info [git-info] Move git-info function to functions dir 2018-01-09 09:24:01 -05:00
history use consistent variable style 2015-12-19 09:48:29 -05:00
history-substring-search [history-substring-search] Only load terminfo feature of zsh/terminfo 2018-04-24 09:04:44 -05:00
input Unify the for syntax 2018-04-25 08:59:19 -05:00
pacman Unify the for syntax 2018-04-25 08:59:19 -05:00
prompt [prompt] Remove autoload -Uz colors 2018-02-07 18:15:17 -05:00
ssh fix broken variable 2015-12-23 05:13:09 -05:00
syntax-highlighting Update to new repo URL 2018-01-03 10:30:12 -05:00
utility [utility] Document that mkcd is run with -p 2018-04-06 12:59:35 -05:00