Run smart prompt on zsh startup

This commit is contained in:
Talia 2023-08-07 13:31:58 +02:00
parent 26332a07e1
commit 6da8b5cc51
1 changed files with 1 additions and 0 deletions

1
zshrc
View File

@ -62,6 +62,7 @@ prompt() {
}
prompt $PROMPT_set
source smartprompt
chpwd() {
source smartprompt
}