add tips in README.md
ref va func
This commit is contained in:
parent
15341019db
commit
02035855bf
@ -61,7 +61,7 @@ va() {
|
||||
return 0
|
||||
fi
|
||||
|
||||
activate_venv="$(find -P . -maxdepth 3 -mindepth 3 -type f -name activate | sort | head -n 1)"
|
||||
activate_venv="$(find -P . -maxdepth 3 -type f -name activate | sort | head -n 1)"
|
||||
|
||||
if [ -n "$activate_venv" ]; then
|
||||
source "$activate_venv"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user