updated bug with env initialization; updated bug with error message on success

This commit is contained in:
Wryn Wagner 2021-09-16 22:32:19 -06:00
parent c89dded40b
commit 4008e410f1
4 changed files with 3 additions and 1 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.zsh diff

View File

@ -25,6 +25,7 @@ _CA__ACTIVATE() {
_CA__ACTIVATE_SOURCE_PATH $SOURCE_PATH
_CA__TMUX_WINDOW_RENAME $PROJECT
return 0
}
_CA__ACTIVATE_VIRTUAL_ENV() {

View File

@ -22,7 +22,7 @@ _CA__GET_FULL_PATH() {
local FULL_BASE_DIR=$(\
echo $CODE_ACTIVATOR__DIRS \
| sed 's/\s\+/\n/' \
| sed 's/\s\+/\n/g' \
| grep "^.*/$PROJECT_ROOT_SHORT$" \
)

Binary file not shown.