mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
Merge branch 'master' of github.com:romkatv/powerlevel10k
This commit is contained in:
commit
5edb47431f
1 changed files with 2 additions and 7 deletions
|
@ -98,17 +98,12 @@ echo "
|
|||
POWERLEVEL9K_PROMPT_ON_NEWLINE=true
|
||||
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(root_indicator dir_writable dir vcs)
|
||||
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status command_execution_time background_jobs time)
|
||||
source ~/powerlevel10k/powerlevel10k.zsh-theme" >/tmp/powerlevel10k/.zshrc
|
||||
source /tmp/powerlevel10k/powerlevel10k.zsh-theme" >/tmp/powerlevel10k/.zshrc
|
||||
ZDOTDIR=/tmp/powerlevel10k zsh
|
||||
```
|
||||
|
||||
When you are done playing, `rm -rf /tmp/powerlevel10k` and exit zsh.
|
||||
|
||||
```zsh
|
||||
git clone https://github.com/romkatv/powerlevel10k.git /tmp/powerlevel10k
|
||||
source /tmp/powerlevel10k/powerlevel10k.zsh-theme
|
||||
```
|
||||
|
||||
### Docker playground
|
||||
|
||||
You can try Powerlevel10k in Docker (Linux only). Once you exit zsh, the image is deleted.
|
||||
|
@ -194,7 +189,7 @@ Command Prompt (`cmd.exe`).
|
|||
| **powerlevel10k** | **16 ms** | **19 ms** |
|
||||
| naked zsh | 16 ms | 16 ms |
|
||||
|
||||
Once again Powerlevel10k wins hands down.
|
||||
The fastests results are probably limited by the key repeat rate.
|
||||
|
||||
## What's the catch?
|
||||
|
||||
|
|
Loading…
Reference in a new issue