committed by
Mathias Fredriksson
parent
780d1a5a08
commit
9501ac14ae
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user