Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: z-shell/zi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: z-shell/zi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: next
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 28 files changed
  • 3 contributors

Commits on Aug 8, 2023

  1. perf: 🚀 Remove unnecessary directory path variable. Disable internal …

    …aliases and set owner of packages.
    
    Signed-off-by: Salvydas Lukosius <sall@w-ss.io>
    ss-o committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    abf486a View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2025

  1. fix: Correctly declare 'sigsize' as local in rpm2cpio.zsh and remove …

    …sudo from path declaration in zi.zsh
    
    Signed-off-by: Salvydas Lukosius <ss-o@users.noreply.github.com>
    ss-o committed Jun 15, 2025
    Configuration menu
    Copy the full SHA
    88a3d20 View commit details
    Browse the repository at this point in the history
  2. feat: Add version command to display Zi version

    Signed-off-by: Salvydas Lukosius <ss-o@users.noreply.github.com>
    ss-o committed Jun 15, 2025
    Configuration menu
    Copy the full SHA
    b8248aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bdaedb View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

  1. (misc): improved functionality, formatting and usability. (#327)

    * [refactor] Update codebase (#264)
    * [feat]: ZI_USR hash
    * [fix]: updates/deprecates/adds subcommand options and other minor helpers.
    * [refactor]: ⚡️ rename zi-show-times > zi-times + minor fixes
    
    ---------
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    * message/output (#265)
    [feat]: improve/rewrite/silence message.
    * updates (#266)
    refactor: ⚡️ improves updates
    * zpmod/build (#267)
    * [build]: ⚡️ consolidate zpmod
    
    ---------
    
    * chore: 🚀
    
    * style: 🎨 add space in output of 'zi times'
    * [fix]: .zi-prepare-home use builtin cd -q
    * fix: 🐛 register subcommand: report
    * improve .zi-module build process
    * perf: ⚰️ deduplicate compinit calls
    
    ---------
    
    Signed-off-by: Salvydas Lukosius <ss-o@users.noreply.github.com>
    Co-authored-by: Salvydas Lukosius <ss-o@users.noreply.github.com>
    ss-o and ss-o authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    3425c1c View commit details
    Browse the repository at this point in the history
  2. fix: Update labeler.yml to standardize changed-files formatting

    Signed-off-by: Salvydas Lukosius <ss-o@users.noreply.github.com>
    ss-o committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    ee0e06c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef8cc80 View commit details
    Browse the repository at this point in the history
  4. improve performance and maintainability (#328)

    perf: ⚡️ Checks the cached .zcompdump file to see if it must be regenerated adds a noticable delay to zsh startup.
    
    This restricts checking it once a day, determines when to regenerate compinit (it doesn't need to modify the compdump everytime) and compiles mapped to share (total mem reduction) run in background in multiple shells. A function that can be invoked from within `atinit', `atload', e.g: zi ice atinit'zicompinit_fast'; zi load user/repository.
    
    Signed-off-by: Salvydas Lukosius <sall@w-ss.io>
    Co-authored-by: Salvydas Lukosius <ss-o@users.noreply.github.com>
    ss-o and ss-o authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    6a6a35a View commit details
    Browse the repository at this point in the history

Commits on May 16, 2026

  1. ci: modernize workflows, governance, and CI quality gates

    Remove deprecated bot workflows (labeler, lock, pr-labels, rebase, stale,
    legacy zunit). Add CodeQL v4, ZD integration test, commit-lint. SHA-pin
    all actions. Restructure CODEOWNERS with granular per-area ownership.
    ss-o authored May 16, 2026
    Configuration menu
    Copy the full SHA
    d092066 View commit details
    Browse the repository at this point in the history
  2. fix(autoload): correct bugs in auto-reload, zpmod build, and zi.zsh c…

    …leanup
    
    Fix loop variable rm_file in zi-auto-reload, drop invalid --autostash from
    git merge, fix zpmod build to run make once with pipestatus check, make
    cp explicit, guard recompile message with RECOMPILE_REQUEST check.
    Clean up zi.zsh: remove duplicate version entry, fix spelling.
    ss-o authored May 16, 2026
    Configuration menu
    Copy the full SHA
    351a7d4 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2026

  1. Configuration menu
    Copy the full SHA
    72e40e1 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2026

  1. Configuration menu
    Copy the full SHA
    e3ff8e3 View commit details
    Browse the repository at this point in the history
Loading