unixorn / tumult.plugin.zsh

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.
Apache License 2.0
165 stars 18 forks source link

Fix vim alias setting #98

Closed unixorn closed 2 years ago

unixorn commented 2 years ago

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