add tips in README.md
ref va func
This commit is contained in:
parent
15341019db
commit
02035855bf
@ -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"
|
||||||
|
|||||||
@ -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 |
|
||||||
|:------------------: | :------------------ |
|
|:------------------: | :------------------ |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user