From 0254f49486cf55a8d964d251e472c2a6b4e4a315 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Thu, 22 Oct 2020 07:34:10 -0400 Subject: Change powerline settings --- zsh/.zsh/p10k.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zsh/.zsh') 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. -- cgit v1.2.3