nixpkgs/pkgs/shells
Martin Weinelt e9834efebc
zsh-powerlevel10k: 1.1 → 1.2.0
Changes since the last release

    New segments:
        wifi: shows WiFi data transfer speed; can optionally display security level, SSID, etc.
        asdf: tool versions from asdf.
        taskwarrior: task counts from taskwarrior.
        phpenv: PHP version from phpenv.
    New parameters:
        POWERLEVEL9K_${SEGMENT}_${STATE}_SHOW_ON_UPGLOB with regular fallback; this allows you to display a prompt segment only whethere is a file matching a certain pattern in the current directory, or in .., or in ../.., etc. For example: POWERLEVEL9K_NODE_VERSION_SHOW_ON_UPGLOB='package.json|node_modules' to show node_version segment only in Node project directories.
        POWERLEVEL9K_VPN_IP_SHOW_ALL: if set to true, vpn_ip will show IPs from all matching network interfaces instead of just the first.
        POWERLEVEL9K_DIR_TRUNCATE_BEFORE_MARKER: when set to true, drops path before the last marked directory (usually a Git repo root).
        More fine grained control over battery colors: POWERLEVEL9K_BATTERY_${state}_{STAGES,LEVEL_BACKGROUND,LEVEL_FOREGROUND}.
        Network transfer speed: P9K_IP_TX_RATE and P9K_IP_RX_RATE in ip segment.
    Configuration wizard:
        Gracefully handle non-writable ~/.zshrc.
        New segments enabled by default: asdf, taskwarrior, phpenv.
        New segments disabled by default: php_version, laravel_version.
        Git status now displays VCS_STATUS_PUSH_COMMITS_{AHEAD,BEHIND}.
        Git status now displays "─" when POWERLEVEL9K_VCS_MAX_INDEX_SIZE_DIRTY is in effect.
        Git status by default ignores the git repo rooted at $HOME; see POWERLEVEL9K_VCS_DISABLED_WORKDIR_PATTERN.
        Pure style now has context on the very left; upstream: sindresorhus/pure#530.
        When installing the recommended font for iTerm2, detect and attempt to delete (after confirmation from the user) other versions of MesloLGS NF.
    New style: robbyrussell; not exposed through the wizard; enable it with source .../powerlevel10k/config/p10k-robbyrussell.zsh.
    Prompt performance improvements:
        Async worker chatter is now 2x faster.
        Prompt rendering and gitstatus_query now run in parallel; this reduces prompt latency by up to 5ms.
    Bug fixes:
        truncate_to_last now behaves exactly like %1~.
        Don't crap out when file names contain colon.
        Don't crap out when using more than one prompt_char.
        Don't crap out when PATH is empty.
        gcloud now works when using non-default configs.
        timewarrior segment now respects $TIMEWARRIORDB (thanks, @errantepiphany!).
        Pick up ip and ifconfig tools from PATH (used to be /sbin/ip and /sbin/ifconfig).
        SHOW_ON_COMMAND now works with legacy custom prompt segments.
        Git status in Pure style now has correct number of spaces.
    Robustness improvements:
        Work around a bug in sysread in Zsh (fixed in Zsh 5.8).
        Replace all wide icons with narrow by default (many terminals choke on wide icons).
        Replace terraform icons with another (emacs crashes on the old icon).
        Prompt should now function even when locale is misconfigured as long as there is at least one UTF-8 locale installed on the system.
        Workarounds for Zsh bugs in handling of ZLE_RPROMPT_INDENT=0 are now applied in more cases.
    gitstatus:
        Support repositories where .git is a symbolic link.
        Support repositories with preciousObjects extension.
        Add VCS_STATUS_PUSH_{REMOTE_NAME,REMOTE_URL,COMMITS_AHEAD,COMMITS_BEHIND}: similar to VCS_STATUS_{REMOTE_NAME,REMOTE_URL,COMMITS_AHEAD,COMMITS_BEHIND} but for @push remote.
        Add VCS_STATUS_NUM_SKIP_WORKTREE and VCS_STATUS_NUM_ASSUME_UNCHANGED: the number of files in the index with --skip-worktree and --assume-unchanged bits respectively`.
        Support Cygwin on older versions of Windows
        Completely rewritten Zsh API (similar to async worker in powerlevel10k); this makes startup about 5x faster and should be more robust.
        The gitstatusd binary is now looked up as follows:
            If GITSTATUS_DAEMON is an absolute path, use that.
            Else if GITSTATUS_DAEMON is a valid command name (PATH lookup), use that.
            Else if GITSTATUS_DAEMON is not empty, try $gitstatus_dir/{usrbin,bin}/$GITSTATUS_DAEMON (in this order).
            Else try $gitstatus_dir/{usrbin,bin}/gitstatusd-$os-$arch{,-static} (in this order).
2020-02-26 22:24:24 +01:00
..
any-nix-shell treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
bash bash_5: 5p11 -> 5p16 2020-02-16 10:19:58 +01:00
dash dash: add licenses 2018-11-15 00:13:52 +01:00
dgsh treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
elvish elvish: a small fixup (#54531) 2019-01-26 14:25:20 +00:00
es treewide: name -> pname 2019-08-17 10:54:38 +00:00
fish Merge pull request #79941 from cole-h/fish 2020-02-18 10:14:48 +01:00
ion treewide: change fetchCargoTarball default to opt-out 2020-02-13 22:41:37 -08:00
jush jush: init at 0.1 2019-04-30 23:41:58 -05:00
ksh ksh: add patch to fix darwin build 2019-12-30 03:50:35 +01:00
liquidprompt liquidprompt: init at 2018-05-21 2019-09-19 13:49:05 +02:00
mksh treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
mrsh mrsh: enable on darwin 2020-01-18 04:20:00 -05:00
nushell nushell: 0.9.0 -> 0.10.0 2020-02-19 00:57:31 +03:00
oh oh: add missing description & homepage 2019-11-10 07:59:05 +01:00
oil oil: 0.7.pre11 -> 0.7.0 2020-02-10 13:21:21 +01:00
pash treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
powershell powershell: update supported platforms 2020-02-22 16:00:25 -08:00
rc treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
rssh treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
rush rush: 1.9 -> 2.1 2019-07-16 13:58:03 -07:00
tcsh treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
xonsh xonsh: Fix broken tests 2020-02-18 19:14:25 +01:00
zsh zsh-powerlevel10k: 1.1 → 1.2.0 2020-02-26 22:24:24 +01:00