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

refactor(core): Rewrite and separate path-related functions to system.ps1 #5836

Merged
merged 7 commits into from Mar 27, 2024

Commits on Mar 20, 2024

  1. Copy the full SHA
    cbec50b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9131182 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    77f306b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ae81ad0 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. refactor(system): Refactor PATH related functions

    - `strip_path()` -> `Find-Path()`
    - `ensure_in_path()`/`add_first_in_path()` -> `Add-Path()`
    - `remove_from_path()` -> `Remove-Path()`
    niheaven committed Mar 22, 2024
    Copy the full SHA
    8eb5fad View commit details
    Browse the repository at this point in the history
  2. Update chglog

    niheaven committed Mar 22, 2024
    Copy the full SHA
    5645402 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Copy the full SHA
    b180964 View commit details
    Browse the repository at this point in the history