Export darkrc scaffold dir in zsh config
This commit is contained in:
parent
e3c60c1d1f
commit
8a1596f8b3
1 changed files with 2 additions and 0 deletions
2
zshrc
2
zshrc
|
@ -107,3 +107,5 @@ source smartprompt
|
|||
chpwd() {
|
||||
source smartprompt
|
||||
}
|
||||
|
||||
export SCAFFOLD_DIR="$(dirname $0)"
|
||||
|
|
Loading…
Reference in a new issue