I encountered this issue while packaging zsh-syntax-highlighting (#2000) that requires something to be added to $HOME/.zshrc. Should we create a way to modify a user's system post-install? Certain packages definitely require it.
Context: Here's what I see for $HOME.
# Inside the package.yaml
$ echo $HOME
'/Users/sanch/tea/pkgdev/pantry/builds/github.com\342\210\225zsh-users\342\210\225zsh-syntax-highlighting-0.7.1+darwin/xyz.tea.home'
# In zsh
$ echo $HOME
/Users/sanch
We could use something like {{home}} to refer to the user's home directory.
I encountered this issue while packaging zsh-syntax-highlighting (#2000) that requires something to be added to
$HOME/.zshrc.Should we create a way to modify a user's system post-install? Certain packages definitely require it.Context: Here's what I see for
$HOME.We could use something like
{{home}}to refer to the user's home directory.