Show rootname above commandline
This commit is contained in:
parent
2827de8b29
commit
e31350bfe8
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -68,7 +68,7 @@ chpwd_functions+='chpwd_update_git_vars'
|
||||||
chpwd_functions+='chpwd_show_todo'
|
chpwd_functions+='chpwd_show_todo'
|
||||||
|
|
||||||
# Set the prompt.
|
# Set the prompt.
|
||||||
PROMPT='%{${fg[black]}%}%B$(line "$(date +%d-%m-%Y\ %H:%M)")%b%{${fg[default]}%}
|
PROMPT='%{${fg[black]}%}%B$(line "$(~/.rootname.scm)")%b%{${fg[default]}%}
|
||||||
(%{${fg[magenta]}%}%m%{${fg[default]}%} %{${fg[cyan]}%}%B%~%b%{${fg[default]}%}) %(?.%{${fg[green]}%}O.%{${fg[red]}%}X)%{${fg[default]}%} %# '
|
(%{${fg[magenta]}%}%m%{${fg[default]}%} %{${fg[cyan]}%}%B%~%b%{${fg[default]}%}) %(?.%{${fg[green]}%}O.%{${fg[red]}%}X)%{${fg[default]}%} %# '
|
||||||
RPROMPT='$(prompt_git_info)%{${fg[default]}%}'
|
RPROMPT='$(prompt_git_info)%{${fg[default]}%}'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue