diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-07-27 01:42:35 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-07-27 01:42:35 +0300 |
commit | 57044e5a5cad457c79e33df446218e50c91ab340 (patch) | |
tree | 591b28520427acb6873050760c58470cb5b27d9e /config/p10k-lean.zsh | |
parent | 93857552cfe8a407e155cd6180173492dccbcd01 (diff) |
typo: -O => -o
Diffstat (limited to 'config/p10k-lean.zsh')
-rw-r--r-- | config/p10k-lean.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index b7fe9060..30bfce7d 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -3,7 +3,7 @@ # # Once you've installed Powerlevel10k, run these commands to apply lean style. # -# curl -fsSL -O ~/p10k-lean.zsh https://raw.githubusercontent.com/romkatv/powerlevel10k/master/config/p10k-lean.zsh +# curl -fsSL -o ~/p10k-lean.zsh https://raw.githubusercontent.com/romkatv/powerlevel10k/master/config/p10k-lean.zsh # echo 'source ~/p10k-lean.zsh' >>! ~/.zshrc # # To customize your prompt, open ~/p10k-lean.zsh in your favorite text editor, change it and |