diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-07-17 14:40:26 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-07-17 14:40:26 +0300 |
commit | 2ca0ef4493abcde9e25a6abce9fc73c1c0394d52 (patch) | |
tree | 76d07dc4f14bf55e364f4bccaa2a0aac15e6e1c9 /config | |
parent | dadab0ef5fff54d71ce247e5fcce4381f3d30354 (diff) |
comments
Diffstat (limited to 'config')
-rw-r--r-- | config/p10k-lean.zsh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index 1138fc85..a93678e1 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -1,7 +1,12 @@ +# Lightweight config for Powerlevel10k. Doesn't require a Powerline font. Works even +# with the default system fonts. The default colors are suitable for dark terminal +# background. Copy the config and edit it to customize your prompt. +# # Looking for a nice color? Here's a one-liner to print colormap. # # for i in {0..255}; do print -Pn "%${i}F${(l:3::0:)i}%f " ${${(M)$((i%8)):#7}:+$'\n'}; done +# Temporarily disable aliases. if [[ -o 'aliases' ]]; then 'builtin' 'unsetopt' 'aliases' local p9k_lean_restore_aliases=1 |