diff --git a/.bash_functions b/.bash_functions index 63aae7f..6652de2 100644 --- a/.bash_functions +++ b/.bash_functions @@ -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" diff --git a/README.md b/README.md index 7c32e72..48cad89 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,8 @@ sshd: ALL ## Tips +```/command``` - without using alias + ### Bash | Command | Description | |:------------------: | :------------------ |