File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -71,12 +71,17 @@ The phint commands and options can be [autocompleted](https://github.com/adhocor
71
71
Setting up auto complete:
72
72
73
73
``` sh
74
- mkdir -p ~ /.oh-my-zsh/custom/plugins/phpcli && cd ~ /.oh-my-zsh/custom/plugins/phpcli
75
- [ -f ./phpcli.plugin.zsh ] || curl -sSLo ./phpcli.plugin.zsh https://raw.githubusercontent.com/adhocore/php-cli/master/phpcli.plugin.zsh
76
- echo compdef _phpcli phint >> ./phpcli.plugin.zsh
77
- chmod +x ./phpcli.plugin.zsh && source ./phpcli.plugin.zsh && cd -
74
+ mkdir -p ~ /.oh-my-zsh/custom/plugins/ahccli && cd ~ /.oh-my-zsh/custom/plugins/ahccli
75
+
76
+ [ -f ./ahccli.plugin.zsh ] || curl -sSLo ./ahccli.plugin.zsh https://raw.githubusercontent.com/adhocore/php-cli/master/ahccli.plugin.zsh
77
+
78
+ echo compdef _ahccli phint >> ./ahccli.plugin.zsh
79
+
80
+ chmod +x ./ahccli.plugin.zsh && source ./ahccli.plugin.zsh && cd -
78
81
```
79
82
83
+ Dont forget to [ add] ( https://github.com/adhocore/php-cli#load-ahccli-plugin ) ` ahccli ` into ` plugins=(... ...) ` list in ` ~/.zshrc ` file.
84
+
80
85
## Usage
81
86
82
87
It can be used to quickly spin off new project containing all basic and default stuffs. The quick steps are as follows:
You can’t perform that action at this time.
0 commit comments