-
Notifications
You must be signed in to change notification settings - Fork 18
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
Support for basher[1] to install prm. #4
base: master
Are you sure you want to change the base?
Conversation
basher is a package manager for bash scripts and functions. This change allows the installation of this script using: basher install eivind88/prm [1] https://github.com/basherpm/basher
I'm thinking this should append an alias to the user |
Also: why the second commit (login shell)? |
Terribly sorry. Disregard this PR. I committed the login change by But with basher installing it is much easier. And all you need is a bin That's why I thought it would be useful.
|
Ok. I agree that installation via a package manager is an optimal solution, and have opened an issue related to this, but this needs to include an append (alias) to a user dotfile or at least a message regarding proper use of prm (i.e. sourcing the script), e.g. via a post-install hook. Byt the way – since I have no experience with basher – how does it compare to the alternatives outlined in the issue (i.e. OS-specific, as opposed to language-specific) and their prevalence/popularity? |
Basher includes it in the user's PATH. That way there's no need to change bashrc.
|
basher[1] is a package manager for bash scripts and functions.
This change allows the installation of this script using:
[1] https://github.com/basherpm/basher