Commit graph

8 commits

Author SHA1 Message Date
Indrajit Raychaudhuri
84e0787411 general: Remove redundant usage of cat
In general, the substitution ‘$(cat foo)’ may be replaced by the
equivalent but faster ‘$(<foo)’.

See: https://zsh.sourceforge.io/Doc/Release/Expansion.html#Command-Substitution
2023-05-04 13:58:37 -05:00
Kaleb Elwert
7d5beeab51 Add comments into each of the function files to make them easier to find 2017-07-06 16:13:36 -07:00
Sorin Ionescu
a84ac5b002 Only one newline at end of file 2014-10-09 23:38:15 -04:00
Sorin Ionescu
9bf1789cc2 Localize variables, improve readability 2012-07-03 14:02:46 -04:00
Sorin Ionescu
325a377d5e Remove unnecessary variables, improve readability 2012-07-03 14:02:46 -04:00
Sorin Ionescu
bf18785bca Quote variables, improve readability 2012-07-03 14:02:46 -04:00
Sorin Ionescu
6bfb6f3104 Rename dpkg functions 2012-07-03 14:02:46 -04:00
Sorin Ionescu
a7340886b3 [#23] Rename plugins to modules 2012-04-05 13:39:40 -04:00