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: NixOS/nixpkgs
base: 68a64b2afea2
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 5ffc683fde25
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 7, 2020

  1. zsh-powerlevel10k v1.2.0 → v1.3.0

    Changes since the last release
    
        New prompt segments:
            haskell_stack: haskell version from stack.
        New and changed parameters:
            POWERLEVEL9K_MODE can now be set to ascii for ASCII prompt.
            The default value of POWERLEVEL9K_VIRTUALENV_GENERIC_NAMES now contains env.
            New parameter: POWERLEVEL9K_JAVA_VERSION_PROJECT_ONLY. Display java_version only in java project (sub)directories.
            POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND now contains istioctl and kogito in all config templates. Thanks, @errantepiphany!
            All *env segments now respect POWERLEVEL9K_*ENV_SHOW_SYSTEM. If set to false, the segment will be hidden if its content is "system". The default value is true.
            nodenv now understand POWERLEVEL9K_NODENV_SOURCES, just like all other *env segments.
            POWERLEVEL9K_DIR_OMIT_FIRST_CHARACTER now has useful semantics (incompatible with powerleve9k, where it was useless). If set to true, it'll remove the leading slash from the current directory if it's absolute. It no longer does anything if the directory is not absolute or if the leading character has been removed or changed by the shortener. This is meant for users who override POWERLEVEL9K_DIR_PATH_SEPARATOR.
        Robustness improvements:
            Powerlevel10k now works when there are no utf-8 locales on the machine.
        Configuration wizard:
            Lean, Classic and Rainbow styles now have an option to restrict prompt character set to ASCII.
            Styles that require 256 colors are not offered when terminal cannot display 256 colors.
            Rainbow and Classic styles now have an option to use flat heads. This option is offered in ASCII mode and when powerline glyphs are unavailable.
            Configuration wizard now restores screen upon exit.
            New segments in config templates: haskell_stack (enabled by default) and java_version (disabled by default).
        Bug fixes:
            Visual mode indicator now correctly switches back to command mode indicator after pressing d and similar when using Zsh >= 5.3. Visual mode indicator no longer gets displayed in Zsh prior to 5.3. Please upgrade Zsh if this matters to you.
            *ENV_DIR parameters are now handled the same way as in the underlying *env projects.
        Misc:
            There is no longer an empty line at the top of the screen after hitting Ctrl-L or typing clear or reset, even with POWERLEVEL9K_PROMPT_ADD_NEWLINE=true and POWERLEVEL9K_TRANSIENT_PROMPT=always.
            It's now possible to install powerlevel10k with Homebrew.
            Subseparators are now displayed with the foreground color of the previous/next segment in left/right prompt. Used to be the other way around. Thanks, @ahaasler!
        gitstatus:
            make now produces usrbin/gitstatusd instead of ./gitstatusd.
            build.zsh now puts the binary in usrbin subdirectory. If you place it in the same subdirectory of your gitstatus installation without changing the file name, gitstatus will pick it up automatically.
    mweinelt committed Mar 7, 2020
    Copy the full SHA
    e7aef9d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4307ef6 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Merge pull request #81934 from mweinelt/pr/zsh-powerlevel10k/v1.3

    zsh-powerlevel10k: v1.2.0 → v1.3.0
    flokli committed Mar 12, 2020
    Copy the full SHA
    5ffc683 View commit details
    Browse the repository at this point in the history