From ee4a7b2555c69c3cf5327d54eb4a8f9c6c72cce0 Mon Sep 17 00:00:00 2001 From: Oscar Date: Tue, 23 Sep 2014 11:07:29 -0300 Subject: [PATCH] Cambio teclado porque rompia --- themes/exos.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/exos.zsh-theme b/themes/exos.zsh-theme index 0faef97ed..ff8038948 100644 --- a/themes/exos.zsh-theme +++ b/themes/exos.zsh-theme @@ -31,7 +31,7 @@ else fi } -local ret_status="%(?:%{$fg_bold[green]%}⌨ :%{$fg_bold[red]%}%S↑%s%?)" +local ret_status="%(?:%{$fg_bold[green]%}☯:%{$fg_bold[red]%}%S↑%s%?)" PROMPT='${ret_status}%{$fg[blue]%}${PROMPT_HOST}%{$fg_bold[green]%}%p %{$fg_bold[yellow]%}%2~ ${vcs_info_msg_0_}${dir_status}%{$reset_color%} ' RPROMPT='%F{blue}$(pwd) %F{yellow}[%*]%f'