Compare commits

...

No commits in common. "v0.2.0" and "main" have entirely different histories.
v0.2.0 ... main

2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# Rensu Direnv Integration
# Rensa Direnv Integration
## Usage

View file

@ -142,7 +142,7 @@ __ren_init_project() {
# we explicitly don't want any dirs to be in the project dir, put them all
# in .ren, so they don't clutter everything up
__ren_init_prj_spec() {
export PRJ_ROOT=${PRJ_ROOT:="${REN_STATE}"}
export PRJ_ROOT=${PRJ_ROOT:="${REN_ROOT}"}
export PRJ_CONFIG_HOME=${PRJ_CONFIG_HOME:="${REN_STATE}/config"}
mkdir -p "${PRJ_CONFIG_HOME}"