Skip to content

Commit 359cfeb

Browse files
committed
added hostname and username
1 parent a030740 commit 359cfeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

enlightenment.zsh-theme

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ function _vi_mode() {
123123
}
124124

125125
function _create_rprompt() {
126-
OPENSTR='[ '
126+
OPENSTR='$(whoami) [ '
127127
CLJSTR=''
128128
PYSTR=''
129129
CLOSESTR=']'
@@ -144,7 +144,7 @@ function _create_rprompt() {
144144
}
145145

146146
PROMPT=$'
147-
%{%{$fg[white]%}$(_vi_mode)$UN_PROJ%{$reset_color%} %{$fg[yellow]%}%1~%{$reset_color%} $(git_prompt_info) $(_time_display)\n%}%{$fg[cyan]%}$TF_SYMB%{$reset_color%}'
147+
%{%{$fg[white]%}$(_vi_mode)$UN_PROJ $(hostname)%{$reset_color%} %{$fg[yellow]%}%1~%{$reset_color%} $(git_prompt_info) $(_time_display)\n%}%{$fg[cyan]%}$TF_SYMB%{$reset_color%}'
148148

149149
RPROMPT="$(_create_rprompt)"
150150

0 commit comments

Comments
 (0)