Skip to content

Commit

Permalink
added hostname and username
Browse files Browse the repository at this point in the history
  • Loading branch information
w33tmaricich committed Oct 21, 2021
1 parent a030740 commit 359cfeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enlightenment.zsh-theme
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function _vi_mode() {
}

function _create_rprompt() {
OPENSTR='[ '
OPENSTR='$(whoami) [ '
CLJSTR=''
PYSTR=''
CLOSESTR=']'
Expand All @@ -144,7 +144,7 @@ function _create_rprompt() {
}

PROMPT=$'
%{%{$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%}'
%{%{$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%}'

RPROMPT="$(_create_rprompt)"

Expand Down

0 comments on commit 359cfeb

Please sign in to comment.