From adca9cb8b35e27f0dd7b950b46547f1cf8f02cfc Mon Sep 17 00:00:00 2001 From: vincent Date: Fri, 15 Jun 2018 20:36:33 +0200 Subject: [PATCH] add ssh in powerline 9k --- zsh/.zshrc.d/prompt | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc.d/prompt b/zsh/.zshrc.d/prompt index 2accf80..7c3456a 100644 --- a/zsh/.zshrc.d/prompt +++ b/zsh/.zshrc.d/prompt @@ -8,6 +8,7 @@ if [ $TERM != "linux" ]; then source /usr/share/zsh-theme-powerlevel9k/powerlevel9k.zsh-theme eval `dircolors ~/.dircolors/dircolors.256dark` + POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(ssh context dir rbenv vcs) else eval `dircolors ~/.dircolors/dircolors.ansi-dark` fi