From 3e9cb0137162fe9ca2230ae8a26b717eb419d58a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Mon, 19 Jan 2026 22:51:02 +0100 Subject: zsh: add zstyle prompt aka the prompt to rule them all --- dot_config/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot_config/zsh/zshrc') diff --git a/dot_config/zsh/zshrc b/dot_config/zsh/zshrc index f0c99e2..0ff93f9 100644 --- a/dot_config/zsh/zshrc +++ b/dot_config/zsh/zshrc @@ -65,5 +65,5 @@ if (( ! ${+_comps} )) { if (( ! ${+functions[prompt]} )) { autoload -Uz promptinit promptinit - prompt fish + prompt zstyle fish } -- cgit v1.2.3