druckdev 4cb445c2b5 shell-scripts: Use [[ instead of [ where possible
Replace all occurrences of [ with [[ in bash and zsh scripts and
configs.
Performance wise it makes sense to use the builtin instead of calling an
external command also when from a functionality stand point `test` would
suffice.
2020-10-03 01:29:29 +02:00
2020-09-15 01:49:32 +02:00
2020-06-30 02:42:23 +02:00
2020-06-28 17:30:36 +02:00
2020-09-13 04:36:52 +02:00
Description
No description provided
MIT 3 MiB
Languages
Shell 79.7%
Vim Script 18.7%
JavaScript 0.6%
CSS 0.6%
Python 0.3%