Look for python and python3

This commit is contained in:
Joty
2018-04-28 12:38:04 +09:30
parent 9b557f4d7a
commit 4c4f3f393f
2 changed files with 9 additions and 2 deletions

View File

@@ -12,4 +12,6 @@ cd quickz-sh
./quickz.sh
```
Optionally run it with '--cp-hist' to copy command history from .bash_history to .zsh_history.
`./quickz.sh --cp-hist # don't run multiple times`
``` bash
./quickz.sh --cp-hist # don't run multiple times
```