Skip to content

Commit

Permalink
Improve readability of marks and time.
Browse files Browse the repository at this point in the history
  • Loading branch information
keeto committed Mar 26, 2016
1 parent bc865db commit 23db8d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/main.zsh-theme
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ __show_term_marks(){
mark=""
#screen)
if [[ $TERM = 'screen' ]] then
mark="%{$BG[178]%} screen $mark"
mark="%{$BG[178]%}%{$FG[000]%} screen $mark"
fi
#ssh)
if [[ -n $SSH_CLIENT || -n $REMOTEHOST ]] then
mark="%{$BG[178]%} ssh $mark"
mark="%{$BG[178]%}%{$FG[000]%} ssh $mark"
fi
echo $mark
}
Expand Down

0 comments on commit 23db8d9

Please sign in to comment.