summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2020-10-22 07:34:10 -0400
committerKjetil Orbekk <kj@orbekk.com>2020-10-22 07:34:10 -0400
commit0254f49486cf55a8d964d251e472c2a6b4e4a315 (patch)
tree56be3a151c963ce81ba9672ca72911035507cdc4 /zsh
parent3a660f68f1d6a200e7ce98068cc7a0406bb38182 (diff)
Change powerline settings
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zsh/p10k.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/zsh/.zsh/p10k.zsh b/zsh/.zsh/p10k.zsh
index 35011f1..e47cb89 100644
--- a/zsh/.zsh/p10k.zsh
+++ b/zsh/.zsh/p10k.zsh
@@ -102,7 +102,7 @@
# ip # ip address and bandwidth usage for a specified network interface
# public_ip # public IP address
# proxy # system-wide http/https/ftp proxy
- # battery # internal battery
+ battery # internal battery
# wifi # wifi speed
# example # example user-defined segment (see prompt_example function below)
)
@@ -189,7 +189,7 @@
# Red prompt symbol if the last command failed.
typeset -g POWERLEVEL9K_PROMPT_CHAR_ERROR_{VIINS,VICMD,VIVIS,VIOWR}_FOREGROUND=196
# Default prompt symbol.
- typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIINS_CONTENT_EXPANSION='❯'
+ typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIINS_CONTENT_EXPANSION='$'
# Prompt symbol in command vi mode.
typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VICMD_CONTENT_EXPANSION='❮'
# Prompt symbol in visual vi mode.