From c8db6a334105d3d5f884d1a93f3bd142fafd45f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Wed, 4 Mar 2026 22:15:35 +0100 Subject: zsh: switch to zstyle grml as default prompt --- dot_config/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/zsh/zshrc b/dot_config/zsh/zshrc index b9e7785..effaa32 100644 --- a/dot_config/zsh/zshrc +++ b/dot_config/zsh/zshrc @@ -74,7 +74,7 @@ xzsource zshrc.{local,post} if (( ! ${+functions[prompt]} )) { autoload -Uz promptinit promptinit - prompt zstyle fish + prompt zstyle grml } # if compinit hasn't ran, run it now -- cgit v1.2.3