aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRoman Perepelitsa <roman.perepelitsa@gmail.com>2019-03-07 03:35:27 +0300
committerGitHub <noreply@github.com>2019-03-07 03:35:27 +0300
commit2a5a10fbc900791eab497416758754bb2811bbda (patch)
treec41b9a9c9e7568c7f03a191d0d943560c39f56ee /README.md
parenteea63d2bc888d10ea6df20998064da62b47da2a0 (diff)
typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2e86b83d..de2aa8cd 100644
--- a/README.md
+++ b/README.md
@@ -98,7 +98,7 @@ 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
```