Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZSH packaging helper instructions don't work #576

Open
EbonJaeger opened this issue Oct 22, 2024 · 0 comments
Open

ZSH packaging helper instructions don't work #576

EbonJaeger opened this issue Oct 22, 2024 · 0 comments
Labels

Comments

@EbonJaeger
Copy link
Member

Following the instructions here to install the Solus packaging helper functions does not result in the functions being usable.

I don't know the correct way to do it, not being familiar with ZSH. @Staudey has the following in his .zshrc file:

# This works
#for file in $HOME/.zshrc.d/*.zsh; do
#    . "$file"
#done

# This doesn't, why?
fpath=(~/.zshrc.d $fpath)
# Unless I add this and execute "solus-monorepo-helpers.zsh" first, which is weird
autoload -Uz solus-monorepo-helpers.zsh
solus-monorepo-helpers.zsh
# This also doesn't help:
# autoload -Uz ${fpath[1]}/*(:t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

1 participant