aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2019-03-23 13:32:56 +0300
committerromkatv <roman.perepelitsa@gmail.com>2019-03-23 13:32:56 +0300
commitbdf361339555139478826a061c72ce26531aa2b0 (patch)
tree02a11bc1211467a2562ea8bbf093f3893810dc55 /README.md
parent4be593ee5bc308b8be7aa6b47ee0bb97ba479981 (diff)
replace .purepower argument with PURE_POWER_MODE
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index fba2585b..af26314f 100644
--- a/README.md
+++ b/README.md
@@ -143,8 +143,8 @@ latency.
git clone https://github.com/romkatv/powerlevel10k.git /tmp/powerlevel10k
(cd /tmp/powerlevel10k && curl -fsSLO https://raw.githubusercontent.com/romkatv/dotfiles-public/master/.purepower)
echo '
- # Replace fancy with portable if your font cannot render some characters.
- # Remove the line altogether to see the default Powerlevel10k prompt.
+ # Uncomment the following line if you see unprintable characters in your prompt
+ # PURE_POWER_MODE=portable
source /tmp/powerlevel10k/.purepower
source /tmp/powerlevel10k/powerlevel10k.zsh-theme' >/tmp/powerlevel10k/.zshrc
ZDOTDIR=/tmp/powerlevel10k zsh
@@ -163,9 +163,9 @@ docker run -e LANG=C.UTF-8 -e LC_ALL=C.UTF-8 -e TERM=$TERM -it --rm ubuntu bash
git clone https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
cd && curl -fsSLO https://raw.githubusercontent.com/romkatv/dotfiles-public/master/.purepower
echo "
- # Replace fancy with portable if your font cannot render some characters.
- # Remove the line altogether to see the default Powerlevel10k prompt.
- source ~/.purepower fancy
+ # Uncomment the following line if you see unprintable characters in your prompt
+ # PURE_POWER_MODE=portable
+ source ~/.purepower
source ~/powerlevel10k/powerlevel10k.zsh-theme" >~/.zshrc
cd ~/powerlevel10k
zsh -i'