updated bug with env initialization; updated bug with error message on success
This commit is contained in:
parent
c89dded40b
commit
4008e410f1
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
*.zsh diff
|
@ -25,6 +25,7 @@ _CA__ACTIVATE() {
|
|||||||
_CA__ACTIVATE_SOURCE_PATH $SOURCE_PATH
|
_CA__ACTIVATE_SOURCE_PATH $SOURCE_PATH
|
||||||
|
|
||||||
_CA__TMUX_WINDOW_RENAME $PROJECT
|
_CA__TMUX_WINDOW_RENAME $PROJECT
|
||||||
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
_CA__ACTIVATE_VIRTUAL_ENV() {
|
_CA__ACTIVATE_VIRTUAL_ENV() {
|
||||||
|
@ -22,7 +22,7 @@ _CA__GET_FULL_PATH() {
|
|||||||
|
|
||||||
local FULL_BASE_DIR=$(\
|
local FULL_BASE_DIR=$(\
|
||||||
echo $CODE_ACTIVATOR__DIRS \
|
echo $CODE_ACTIVATOR__DIRS \
|
||||||
| sed 's/\s\+/\n/' \
|
| sed 's/\s\+/\n/g' \
|
||||||
| grep "^.*/$PROJECT_ROOT_SHORT$" \
|
| grep "^.*/$PROJECT_ROOT_SHORT$" \
|
||||||
)
|
)
|
||||||
|
|
||||||
|
BIN
zsh/settings.zsh
BIN
zsh/settings.zsh
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user