zsh: Disable grml’s sad-smiley prompt

pull/48/head
Simon Bruder 2021-02-28 11:25:27 +01:00
parent 209ba3c5f6
commit 3934c84644
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 3 additions and 0 deletions

View File

@ -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}
'';
};