Skip to content
This repository has been archived by the owner on Apr 30, 2020. It is now read-only.

Commit

Permalink
Fix foreground for remote shells
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkak committed Jul 20, 2015
1 parent bb78a4c commit dd6f2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion powerline.zsh-theme
Expand Up @@ -126,7 +126,7 @@ if [ "$POWERLINE_DETECT_SSH" != "" ]; then
if [ -n "$SSH_CLIENT" ]; then
POWERLINE_SEC1_BG=%K{yellow}
POWERLINE_SEC1_FG=%F{yellow}
POWERLINE_SEC1_TXT=%F{white}
POWERLINE_SEC1_TXT=%F{black}
fi
if [ "$POWERLINE_USER_NAME" = "" ]; then
POWERLINE_USER_NAME="%n@%M"
Expand Down

0 comments on commit dd6f2d2

Please sign in to comment.