You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hopefully we don't need post-install scripts, but realistically we will eventually (think setting up servers). The general solution, if provided, would be use environment variables via runtime.env.FOO: {{prefix}}/etc/whatever if zsh provides them.
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.The text was updated successfully, but these errors were encountered: