From 3934c84644efeab505bd31218150ec2adc29e6b1 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sun, 28 Feb 2021 11:25:27 +0100 Subject: [PATCH] =?UTF-8?q?zsh:=20Disable=20grml=E2=80=99s=20sad-smiley=20?= =?UTF-8?q?prompt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- users/simon/modules/zsh.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/users/simon/modules/zsh.nix b/users/simon/modules/zsh.nix index 72054e4..9b4a1f0 100644 --- a/users/simon/modules/zsh.nix +++ b/users/simon/modules/zsh.nix @@ -48,6 +48,9 @@ in initExtra = '' eval $(${pkgs.coreutils}/bin/dircolors -b ${dircolors-solarized}/dircolors.ansi-universal) + # no sad smiley (starship shows exit status) + zstyle ':prompt:grml:right:setup' items + source ${../files/zsh/pass-wrappers.zsh} ''; };