Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
291e96dc
Commit
291e96dc
authored
7 years ago
by
Vihang Mehta
Committed by
Marc Cornellà
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Fix RKJ theme coloring and make it slightly more readable (#5582)
parent
5667161d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
themes/rkj-repos.zsh-theme
+3
-3
themes/rkj-repos.zsh-theme
with
3 additions
and
3 deletions
+3
-3
themes/rkj-repos.zsh-theme
View file @
291e96dc
...
...
@@ -23,14 +23,14 @@ function mygit() {
if [[ "$(git config --get oh-my-zsh.hide-status)" != "1" ]]; then
ref=$(command git symbolic-ref HEAD 2> /dev/null) || \
ref=$(command git rev-parse --short HEAD 2> /dev/null) || return
echo "$ZSH_THEME_GIT_PROMPT_PREFIX${ref#refs/heads/}$(git_prompt_short_sha)$(
git_prompt_status
)%{$
reset_color
%}$ZSH_THEME_GIT_PROMPT_SUFFIX "
echo "$ZSH_THEME_GIT_PROMPT_PREFIX${ref#refs/heads/}$(git_prompt_short_sha)$(git_prompt_status)%{$
fg_bold[blue]
%}$ZSH_THEME_GIT_PROMPT_SUFFIX "
fi
}
function retcode() {}
# alternate prompt with git & hg
PROMPT=$'%{
\e[0;34m%}%B┌─[%b%{\e[0m%}%{\e[1;32m%}%n%{\e[1;30m%}@%{\e[0m%}%{\e[0;36m%}%m%{\e[0;34m%}%B]%b%{\e[0m%} - %b%{\e[0;34m%}%B[%b%{\e[1;37m%}%~%{\e[0;34m%}%B]%b%{\e[0m%} - %{\e[0;34m%}%B[%b%{\e[0;33m
%}'%D{"%Y-%m-%d %I:%M:%S"}%b$'%{
\e[0;34m%}%B]%b%{\e[0m
%}
%{
\e[0;34m%}%B└─%B[%{\e[1;35m%}%?$(retcode)%{\e[0;34m%}%B
] <$(mygit)$(hg_prompt_info)>%{
\e[0m%}%b
'
PROMPT=$'%{
$fg_bold[blue]%}┌─[%{$fg_bold[green]%}%n%b%{$fg[black]%}@%{$fg[cyan]%}%m%{$fg_bold[blue]%}]%{$reset_color%} - %{$fg_bold[blue]%}[%{$fg_bold[white]%}%~%{$fg_bold[blue]%}]%{$reset_color%} - %{$fg_bold[blue]%}[%b%{$fg[yellow]
%}'%D{"%Y-%m-%d %I:%M:%S"}%b$'%{
$fg_bold[blue]
%}
]
%{
$fg_bold[blue]%}└─[%{$fg_bold[magenta]%}%?$(retcode)%{$fg_bold[blue]%}
] <$(mygit)$(hg_prompt_info)>%{
$reset_color%}
'
PS2=$' \e[0;34m%}%B>%{\e[0m%}%b '
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment