all repos — nixfiles @ 0b5545aec273e35baee25ee91949a0247e873801

System and user configuration, managed by nix and home-manager

zsh: replace agkozak prompt with powerlevel10k

Alan Pearce
commit

0b5545aec273e35baee25ee91949a0247e873801

parent

4a4ab6d89a833895e26effa213fbc0e64b5e16ac

1 file changed, 11 insertions(+), 4 deletions(-)

changed files
M user/settings/zsh.nixuser/settings/zsh.nix
@@ -69,10 +69,6 @@ };
plugins = map mkZshPlugin [ { - name = "agkozak-zsh-prompt"; - src = pkgs.agkozak-zsh-prompt.src; - } - { name = "zsh-bd"; file = "bd.plugin.zsh"; src = pkgs.zsh-bd.src;
@@ -90,6 +86,11 @@ rev = "598675303044df8e9d04722f3adff4f63a238922";
# date = 2017-07-19T21:59:49+09:00; sha256 = "08bjm1dd2mpv8rk8x6yvm6gj490rgimmiq7ln4jr5hik2k3mm82r"; }; + } + { + name = "zsh-powerlevel10k"; + src = pkgs.zsh-powerlevel10k.src; + file = "powerlevel10k.zsh-theme"; } ];
@@ -203,6 +204,12 @@ path=($HOME/.local/bin $path)
fi ''; + initExtraFirst = '' + if [[ -r "${config.xdg.cacheHome}/p10k-instant-prompt-''${(%):-%n}.zsh" ]]; then + source "${config.xdg.cacheHome}/p10k-instant-prompt-''${(%):-%n}.zsh" + fi + typeset -g POWERLEVEL9K_DISABLE_CONFIGURATION_WIZARD=true + ''; initExtra = '' typeset -T GHQ_ROOT ghq_root