From 6da8b5cc51f6424841e866109bd0399932346e4e Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Mon, 7 Aug 2023 13:31:58 +0200 Subject: [PATCH] Run smart prompt on zsh startup --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index 61146df..afce503 100644 --- a/zshrc +++ b/zshrc @@ -62,6 +62,7 @@ prompt() { } prompt $PROMPT_set +source smartprompt chpwd() { source smartprompt }