Export darkrc scaffold dir in zsh config

This commit is contained in:
Talia 2024-07-12 16:27:02 +02:00
parent e3c60c1d1f
commit 8a1596f8b3
Signed by: darkwiiplayer
GPG key ID: 7808674088232B3E

2
zshrc
View file

@ -107,3 +107,5 @@ source smartprompt
chpwd() {
source smartprompt
}
export SCAFFOLD_DIR="$(dirname $0)"