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

Better bash support #3

Open
amaya382 opened this issue May 29, 2019 · 0 comments
Open

Better bash support #3

amaya382 opened this issue May 29, 2019 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@amaya382
Copy link
Owner

amaya382 commented May 29, 2019

Now supporting bash by function-style, not good...

def:

anyrc/example/.anyrc

Lines 7 to 9 in 0e991fa

bash() {
$(sh -c 'which bash') --rcfile "${ANYRC_HOME}/.bashrc"
}

use:

anyrc/sshrc

Line 68 in 0e991fa

&& bash --rcfile \${ANYRC_DANYRC} \

Requirements:

  • (MUST) Can configure a path to bashrc in .anyrc
  • (MUST) Work on any env transparently
  • (WANT) Don't scatter PATH
@amaya382 amaya382 added the help wanted Extra attention is needed label Mar 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant