From 02035855bf8eb0e18845f60dada5817748b605d2 Mon Sep 17 00:00:00 2001 From: TheK4n Date: Fri, 1 Oct 2021 21:30:13 +0300 Subject: [PATCH] add tips in README.md ref va func --- .bash_functions | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 | |:------------------: | :------------------ |