We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c0f6e6 commit d0fa368Copy full SHA for d0fa368
config/.customfunction
@@ -19,7 +19,7 @@ pipenv_correspond(){
19
local CORRESPOND=""
20
declare -a venvs_root_arr=()
21
22
- local help_book='Usage: cat [OPTION]\n\nOPTION:
+ local help_book='Usage: pipenv_correspond [OPTION]\n\nOPTION:
23
ls, --list list all the corresponding projects_root & venvs
24
uls, --useless list all the not existing projects_roots that still have correspondenting venvs
25
npr, --no-project-root hide projects_root
@@ -98,7 +98,7 @@ pipenv_correspond(){
98
echo "\e[33mWait...\e[0m"
99
for value in ${venvs_root_arr[@]}; do
100
echo "remving... $value"
101
- # rm -rf $value
+ rm -rf $value
102
done
103
echo "\e[32mSuccessflly removed all venvs!!\e[0m"
104
fi
0 commit comments