add tips in README.md

ref va func
This commit is contained in:
TheK4n 2021-10-01 21:30:13 +03:00
parent 15341019db
commit 02035855bf
2 changed files with 3 additions and 1 deletions

View File

@ -61,7 +61,7 @@ va() {
return 0 return 0
fi 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 if [ -n "$activate_venv" ]; then
source "$activate_venv" source "$activate_venv"

View File

@ -68,6 +68,8 @@ sshd: ALL
<a id="chapter-2"></a> <a id="chapter-2"></a>
## Tips ## Tips
```/command``` - without using alias
### Bash ### Bash
| Command | Description | | Command | Description |
|:------------------: | :------------------ | |:------------------: | :------------------ |