File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # Automatic-Installation_basic- Ubuntu-setting
1+ # Ubuntu-Setup-Scripts
22
33## File Content
44
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ pipenv_correspond(){
3030 declare -i num_venvs=0
3131 if $show_proj_root ; then
3232 for f in $( find ~ /.local/share/virtualenvs/* /.project -type f) ; do
33- proj_root=" $( cat $f ) " && [ $CORRESPOND -d $proj_root ] && echo " \nproj : $proj_root \nvenv: ${f// \/ .project} \n" && venvs_root_arr+=(${f// \/ .project} ) && num_venvs+=1
33+ proj_root=" $( cat $f ) " && [ $CORRESPOND -d $proj_root ] && echo " proj : $proj_root \nvenv: ${f// \/ .project} \n" && venvs_root_arr+=(${f// \/ .project} ) && num_venvs+=1
3434 done
3535 else
3636 for f in $( find ~ /.local/share/virtualenvs/* /.project -type f) ; do
@@ -74,9 +74,9 @@ pipenv_correspond(){
7474
7575 if ! $isLS || ( $isRM && $isDefault ); then
7676 CORRESPOND=" !"
77- echo " Useless venvs:"
77+ echo " Useless venvs:\n "
7878 else
79- echo " Still corresponding venvs:"
79+ echo " Still corresponding venvs:\n "
8080 fi
8181
8282 Show_root venvs_root_arr
You can’t perform that action at this time.
0 commit comments