Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-09 | fix(installer): fix error message if $ZSH exists when installing | Marc Cornellà | |
Also prefix all formatting functions with fmt_ Related: #9427 | |||
2019-06-03 | installer: use tabs to allow future heredocs | Marc Cornellà | |
This will allow us to use tab stripping heredocs with `<<-'. See http://www.tldp.org/LDP/abs/html/here-docs.html#EX71A Add editorconfig file to enforce this style. See http://editorconfig.org for more information. |