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: zimfw/zimfw Loading
base: v1.13.1
Choose a base ref
...
head repository: zimfw/zimfw Loading
compare: master
Choose a head ref
  • 13 commits
  • 14 files changed
  • 1 contributor

Commits on May 26, 2024

  1. Update README.md with ZIM_CONFIG_FILE instructions

    Also add git-info and duration-info modules to the basic templates for a
    better user experience.
    ericbn committed May 26, 2024
    Configuration menu
    Copy the full SHA
    4fcc85b View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Don't expose the zmodule function outside zimfw

    Don't want to maintain extra code to allow zmodule to run outside zimfw.
    This has no added benefit and might confuse users. If you were calling
    zmodule in the shell just to get the help message, hopefully you can
    look that up in the documentation instead.
    ericbn committed May 30, 2024
    Configuration menu
    Copy the full SHA
    cdd9258 View commit details
    Browse the repository at this point in the history
  2. Improve zimfw's degit error message

    Hopefully make it clearer when either the git or the degit tool is being
    used.
    
    See #535
    ericbn committed May 30, 2024
    Configuration menu
    Copy the full SHA
    96f60da View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. chmod a+r init.zsh so all users can read it

    This better allows a global instalation of Zim that can be sourced by
    other users in the same machine.
    
    See #486
    ericbn committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    9dc4056 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

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

Commits on Jun 10, 2024

  1. Revert "Use ${HOME} in generated static init.zsh script"

    This reverts commit 06f8bc7.
    
    This breaks allowing a machine to have just one init.zsh script that can
    be sourced by different users.
    ericbn committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    9a47fde View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Allow zimfw.zsh to exist outside ZIM_HOME

    and change initialization so ZIM_HOME is required before sourcing the
    script.
    ericbn committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    76164d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Reapply "Use ${HOME} in generated static init.zsh script"

    This reverts commit 9a47fde.
    ericbn committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    897afc9 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Don't upgrade zimfw.zsh if not in a writable path

    or if it's a symlink or not a regular file. This makes more sense now
    that zimfw.zsh can exist outside ZIM_HOME, that the same file can be
    used my multiple users in the same machine, and that it is going to be
    possible to install it with a package manager once it's stable to do so.
    ericbn committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    3e812ed View commit details
    Browse the repository at this point in the history
  2. Disable background version check if no write access

    to zimfw.zsh or if it's a symlink or not a regular file. It does not
    make sense to show a message to user saying "Run zimfw upgrade to
    upgrade" if the action will then fail.
    ericbn committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    eb37844 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Improve error messages and check ZIM_HOME

    for write permission. Also, if ZIM_HOME is not defined, don't "autoload"
    the zimfw function, since this is going to be a scenario where the user
    only has something like `source /path/to/zim/init.zsh` in their .zshrc.
    ericbn committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    0785d87 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Try to upgrade zimfw.zsh if it's a symlink

    Initially the idea was to not allow this so upgrades are disabled when
    the script is installed using a package manager, but this is an
    unnecessary complexity. Making it less smart and more predictable.
    ericbn committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    3b7908d View commit details
    Browse the repository at this point in the history
  2. v1.14.0

    ericbn committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    6166fce View commit details
    Browse the repository at this point in the history
Loading