mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
replace .purepower argument with PURE_POWER_MODE
This commit is contained in:
parent
4be593ee5b
commit
bdf3613395
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -143,8 +143,8 @@ latency.
|
||||||
git clone https://github.com/romkatv/powerlevel10k.git /tmp/powerlevel10k
|
git clone https://github.com/romkatv/powerlevel10k.git /tmp/powerlevel10k
|
||||||
(cd /tmp/powerlevel10k && curl -fsSLO https://raw.githubusercontent.com/romkatv/dotfiles-public/master/.purepower)
|
(cd /tmp/powerlevel10k && curl -fsSLO https://raw.githubusercontent.com/romkatv/dotfiles-public/master/.purepower)
|
||||||
echo '
|
echo '
|
||||||
# Replace fancy with portable if your font cannot render some characters.
|
# Uncomment the following line if you see unprintable characters in your prompt
|
||||||
# Remove the line altogether to see the default Powerlevel10k prompt.
|
# PURE_POWER_MODE=portable
|
||||||
source /tmp/powerlevel10k/.purepower
|
source /tmp/powerlevel10k/.purepower
|
||||||
source /tmp/powerlevel10k/powerlevel10k.zsh-theme' >/tmp/powerlevel10k/.zshrc
|
source /tmp/powerlevel10k/powerlevel10k.zsh-theme' >/tmp/powerlevel10k/.zshrc
|
||||||
ZDOTDIR=/tmp/powerlevel10k zsh
|
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
|
git clone https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
|
||||||
cd && curl -fsSLO https://raw.githubusercontent.com/romkatv/dotfiles-public/master/.purepower
|
cd && curl -fsSLO https://raw.githubusercontent.com/romkatv/dotfiles-public/master/.purepower
|
||||||
echo "
|
echo "
|
||||||
# Replace fancy with portable if your font cannot render some characters.
|
# Uncomment the following line if you see unprintable characters in your prompt
|
||||||
# Remove the line altogether to see the default Powerlevel10k prompt.
|
# PURE_POWER_MODE=portable
|
||||||
source ~/.purepower fancy
|
source ~/.purepower
|
||||||
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