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

Recommend separation of concerns design principle. #706

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on May 5, 2020

  1. Recommend separation of concerns design principle.

    Recommend [Separation of Concerns](https://en.wikipedia.org/wiki/Separation_of_concerns) design
    principle by concentrating Antigen related configurations at `.antigenrc` file
    DanielAtKrypton authored May 5, 2020
    Configuration menu
    Copy the full SHA
    b5ee4f9 View commit details
    Browse the repository at this point in the history
  2. Update antigen.zsh

    Automatically loads `.antigenrc` file if it exists
    DanielAtKrypton authored May 5, 2020
    Configuration menu
    Copy the full SHA
    e819f7a View commit details
    Browse the repository at this point in the history
  3. Update README.mkd

    No need to issue command `antigen init ~/.antigenrc` within `.zshrc` anymore because that is already done in `antigen.zsh`.
    DanielAtKrypton authored May 5, 2020
    Configuration menu
    Copy the full SHA
    9434c38 View commit details
    Browse the repository at this point in the history