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

Use echo "content" >> filename pattern to append the .bash_profile #4

Open
jaycody opened this issue May 19, 2018 · 0 comments
Open

Comments

@jaycody
Copy link
Owner

jaycody commented May 19, 2018

Update README step 3

  • Currently, step 3 says: Append the following to the .bash_profile, followed by a conditional that will source the .jayrc file if .jayrc is present.
  • Change this so that a single command appends .bash_profile with the contents of a config file that contains the conditional, something like this, but that works:
    echo configFileContents >> .bash_profile
@jaycody jaycody changed the title Use echo >> filename pattern to append the .bash_profile Use echo "content" >> filename pattern to append the .bash_profile May 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant