Skip to content

Commit d0fa368

Browse files
committed
[adj] config/.customfunction, adjust pipenv_correspond() help_book.
1 parent 0c0f6e6 commit d0fa368

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/.customfunction

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pipenv_correspond(){
1919
local CORRESPOND=""
2020
declare -a venvs_root_arr=()
2121

22-
local help_book='Usage: cat [OPTION]\n\nOPTION:
22+
local help_book='Usage: pipenv_correspond [OPTION]\n\nOPTION:
2323
ls, --list list all the corresponding projects_root & venvs
2424
uls, --useless list all the not existing projects_roots that still have correspondenting venvs
2525
npr, --no-project-root hide projects_root
@@ -98,7 +98,7 @@ pipenv_correspond(){
9898
echo "\e[33mWait...\e[0m"
9999
for value in ${venvs_root_arr[@]}; do
100100
echo "remving... $value"
101-
# rm -rf $value
101+
rm -rf $value
102102
done
103103
echo "\e[32mSuccessflly removed all venvs!!\e[0m"
104104
fi

0 commit comments

Comments
 (0)