Skip to content

Commit

Permalink
Fix prompt; remove time.
Browse files Browse the repository at this point in the history
  • Loading branch information
keeto committed Mar 26, 2016
1 parent 23db8d9 commit 6232523
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions themes/main.zsh-theme
Expand Up @@ -18,13 +18,16 @@ __git_ps1_prompt(){
}

export LSCOLORS="exHecxdxbxegedabaggxgx"
PROMPT='%{$reset_color%}%{$FG[015]%}$(__show_term_marks)%{$BG[038]%} $(date +%H:%M) %{$BG[243]%}%{$FG[015]%} %n@%m %{$BG[240]%}%{$FG[015]%} %~ %{$BG[237]%}$(__git_ps1_prompt)%{$reset_color%}
# PROMPT='%{$reset_color%}%{$FG[015]%}$(__show_term_marks)%{$BG[038]%}%{$FG[000]%} %n@%m %{$BG[243]%}%{$FG[015]%} $(date +%H:%M) %{$BG[240]%}%{$FG[015]%} %~ %{$BG[237]%}$(__git_ps1_prompt)%{$reset_color%}
# %{$FG[038]%}>>%{$reset_color%} '

PROMPT='%{$reset_color%}%{$FG[015]%}$(__show_term_marks)%{$BG[038]%}%{$FG[000]%} %n@%m %{$BG[240]%}%{$FG[015]%} %~ %{$BG[237]%}$(__git_ps1_prompt)%{$reset_color%}
%{$FG[038]%}>>%{$reset_color%} '

precmd() { print "" }


ZSH_THEME_GIT_PROMPT_PREFIX=" ("
ZSH_THEME_GIT_PROMPT_SUFFIX=""
ZSH_THEME_GIT_PROMPT_DIRTY=") %{$BG[196]%} dirty %{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY=") %{$BG[196]%}%{$FG[000]%} dirty %{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN=") "

0 comments on commit 6232523

Please sign in to comment.