Use ; instead of && for promptinit (#227)

Closes #226
This commit is contained in:
Joel Kuzmarski
2016-09-01 03:48:03 -05:00
committed by Mathias Fredriksson
parent 780d1a5a08
commit 9501ac14ae

View File

@@ -74,7 +74,7 @@ Initialize the prompt system (if not so already) and choose `pure`:
```sh ```sh
# .zshrc # .zshrc
autoload -U promptinit && promptinit autoload -U promptinit; promptinit
prompt pure prompt pure
``` ```
@@ -114,7 +114,7 @@ Defines the git up arrow symbol. The default value is `⇡`.
```sh ```sh
# .zshrc # .zshrc
autoload -U promptinit && promptinit autoload -U promptinit; promptinit
# optionally define some options # optionally define some options
PURE_CMD_MAX_EXEC_TIME=10 PURE_CMD_MAX_EXEC_TIME=10