From 49c006bc20255f6bf64783bc1f0f8a1a6aa9221a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sun, 5 May 2024 15:30:09 +0200 Subject: [PATCH] zsh: Show longer path in prompt --- zsh/zshrc.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zshrc.j2 b/zsh/zshrc.j2 index fb58588..7a74837 100644 --- a/zsh/zshrc.j2 +++ b/zsh/zshrc.j2 @@ -416,7 +416,7 @@ else mainc=black fi -_topstr='%F{green}%n%F{$mainc} ─ %B%F{yellow}%4~%b ${vcs_info_msg_0_}%F{$mainc} ' +_topstr='%F{green}%n%F{$mainc} ─ %B%F{yellow}%5~%b ${vcs_info_msg_0_}%F{$mainc} ' botstr='%B${PINFO}%(!.#.$)%b ' PROMPT='%F{$mainc}┌─ '"${_topstr}"'