From b27217b74c743db460ef45afcfd578f0a210647a Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Tue, 12 Nov 2024 01:42:13 +0100 Subject: [PATCH] lf: fix hashes in prompt --- common/.local/libexec/lf_prompt | 1 + 1 file changed, 1 insertion(+) diff --git a/common/.local/libexec/lf_prompt b/common/.local/libexec/lf_prompt index bacbec5a..d05234b2 100755 --- a/common/.local/libexec/lf_prompt +++ b/common/.local/libexec/lf_prompt @@ -1,2 +1,3 @@ #!/bin/zsh +source "${ZDOTDIR}/config/hashes.zsh" print -P "%B%F{blue}%n%F{cyan}@%F{blue}%m %F{magenta}[%F{white}%3~$([ "$(pwd)" != "/" ] && print -P "/")%F{yellow}%%f%f%F{magenta}]"