Tumult is a collection of macOS-specific functions and scripts for your shell environment. It is packaged as a ZSH plugin, but can be used with other shells as well.
Had ' characters where there should have been ", which made the vim alias include the text ${BREW_PREFIX} instead of correctly interpolating the value.
Fixes #94
Type of changes
[x] Add/update a helper script
[ ] A link to an external resource like a blog post or video
[ ] Text change (fix typos, update formatting)
[ ] Test changes
Copyright Assignment
[x] This document is covered by the Apache License, and I agree to contribute this PR under the terms of that license.
Checklist
[x] All new and existing tests pass.
[ ] Any scripts added use #!/usr/bin/env interpreter instead of direct paths (#!/bin/sh is an allowed exception)
[ ] Scripts are marked executable
[ ] I have added a credit line to README.md for the script
[ ] If there was no author credit in a script added in this PR, I have added one.
[ ] I have confirmed that the link(s) in my PR are valid.
Description
Had
'
characters where there should have been"
, which made the vim alias include the text${BREW_PREFIX}
instead of correctly interpolating the value.Fixes #94
Type of changes
Copyright Assignment
Checklist
#!/usr/bin/env interpreter
instead of direct paths (#!/bin/sh
is an allowed exception)