mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
fix cd
This commit is contained in:
parent
53687dc51b
commit
aa17fb1403
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ docker run -e LANG=C.UTF-8 -e LC_ALL=C.UTF-8 -e TERM=$TERM -it --rm ubuntu bash
|
||||||
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(root_indicator dir_writable dir vcs)
|
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(root_indicator dir_writable dir vcs)
|
||||||
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status command_execution_time background_jobs time)
|
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status command_execution_time background_jobs time)
|
||||||
source ~/powerlevel10k/powerlevel10k.zsh-theme" >~/.zshrc
|
source ~/powerlevel10k/powerlevel10k.zsh-theme" >~/.zshrc
|
||||||
cd powerlevel10k
|
cd ~/powerlevel10k
|
||||||
zsh -i'
|
zsh -i'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue