1
0
Fork 0
mirror of synced 2024-06-17 06:11:09 -04:00
zimfw/modules
Eric Nielsen 1c23ea1604 [archive] Support archive of multiple files
not just one directory.

Also use shorter versions of the `tar` parameters, since we were using a
mixture of the short and long ones among `archive` and `unarchive`.

About not using `$` inside `(( ))`, this is what the the section
ARITHMETIC EVALUATION in zshmisc(1) says:

> Named parameters and subscripted arrays can be referenced by name
> within an arithmetic expression without using the parameter expansion
> syntax.

And according to http://www.bash2zsh.com/zsh_refcard/refcard.pdf:

> `var` (does not require `$` in front unless some substitution e.g.
> `${#var}` is needed, `$` is error if `var` is to be modified)

Closes #308
2018-11-14 20:32:37 -05:00
..
archive [archive] Support archive of multiple files 2018-11-14 20:32:37 -05:00
autosuggestions [autosuggestions] Update submodule to version v0.4.3 2018-09-28 13:17:33 -05:00
completion [pacman] Remove dependency from completion module 2018-10-01 08:17:22 -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 [directory] Update README.md 2018-05-16 14:21:37 -05:00
environment [environment] Use setopt NO_FOO instead of unsetopt FOO 2018-05-18 13:54:48 -05:00
fasd remove broken quote in fasd function 2017-05-30 06:30:30 -07:00
git Update module README.md 2018-05-14 19:09:11 -05:00
git-info [git-info] Simplify functions 2018-10-02 20:02:06 -05:00
history use consistent variable style 2015-12-19 09:48:29 -05:00
history-substring-search [history-substring-search] Fix bindkey back to what works 2018-09-17 15:32:44 -05:00
input [input] Update README.md 2018-05-17 09:01:04 -05:00
pacman [pacman] Add pikaur to list of AUR helpers that handle SUID 2018-10-19 08:32:34 -05:00
prompt [prompt] steeef: Fix git-info stashed zstyle 2018-10-10 18:24:45 -05:00
ssh [ssh] Update init.zsh 2018-09-17 15:38:48 -05:00
syntax-highlighting Update to new repo URL 2018-01-03 10:30:12 -05:00
utility [utility] Move GNU-only code down 2018-06-16 21:49:20 -05:00