mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 21:31:19 +08:00 
			
		
		
		
	split rkj into two themes.
This commit is contained in:
		
							parent
							
								
									2b55ee0753
								
							
						
					
					
						commit
						d22b253ce2
					
				
							
								
								
									
										29
									
								
								themes/rkj-repos.zsh-theme
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								themes/rkj-repos.zsh-theme
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,29 @@
 | 
				
			|||||||
 | 
					# user, host, full path, and time/date
 | 
				
			||||||
 | 
					# on two lines for easier vgrepping
 | 
				
			||||||
 | 
					# entry in a nice long thread on the Arch Linux forums: http://bbs.archlinux.org/viewtopic.php?pid=521888#p521888
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function hg_prompt_info {
 | 
				
			||||||
 | 
					    hg prompt --angle-brackets "\
 | 
				
			||||||
 | 
					<hg:%{$fg[magenta]%}<branch>%{$reset_color%}>\
 | 
				
			||||||
 | 
					</%{$fg[yellow]%}<tags|%{$reset_color%}, %{$fg[yellow]%}>%{$reset_color%}>\
 | 
				
			||||||
 | 
					%{$fg[red]%}<status|modified|unknown><update>%{$reset_color%}<
 | 
				
			||||||
 | 
					patches: <patches|join( → )|pre_applied(%{$fg[yellow]%})|post_applied(%{$reset_color%})|pre_unapplied(%{$fg_bold[black]%})|post_unapplied(%{$reset_color%})>>" 2>/dev/null
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					ZSH_THEME_GIT_PROMPT_ADDED="%{$fg[cyan]%}+"
 | 
				
			||||||
 | 
					ZSH_THEME_GIT_PROMPT_MODIFIED="%{$fg[yellow]%}✱"
 | 
				
			||||||
 | 
					ZSH_THEME_GIT_PROMPT_DELETED="%{$fg[red]%}✗"
 | 
				
			||||||
 | 
					ZSH_THEME_GIT_PROMPT_RENAMED="%{$fg[blue]%}➦"
 | 
				
			||||||
 | 
					ZSH_THEME_GIT_PROMPT_UNMERGED="%{$fg[magenta]%}✂"
 | 
				
			||||||
 | 
					ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg[grey]%}✈"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function mygit() {
 | 
				
			||||||
 | 
					  ref=$(git symbolic-ref HEAD 2> /dev/null) || return
 | 
				
			||||||
 | 
					  echo "$ZSH_THEME_GIT_PROMPT_PREFIX${ref#refs/heads/}$( git_prompt_status )%{$reset_color%}$ZSH_THEME_GIT_PROMPT_SUFFIX"
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# 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%}$%{\e[0;34m%}%B] <$(mygit)$(hg_prompt_info)>%{\e[0m%}%b '
 | 
				
			||||||
 | 
					PS2=$' \e[0;34m%}%B>%{\e[0m%}%b '
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -2,30 +2,7 @@
 | 
				
			|||||||
# on two lines for easier vgrepping
 | 
					# on two lines for easier vgrepping
 | 
				
			||||||
# entry in a nice long thread on the Arch Linux forums: http://bbs.archlinux.org/viewtopic.php?pid=521888#p521888
 | 
					# entry in a nice long thread on the Arch Linux forums: http://bbs.archlinux.org/viewtopic.php?pid=521888#p521888
 | 
				
			||||||
 | 
					
 | 
				
			||||||
function hg_prompt_info {
 | 
					 | 
				
			||||||
    hg prompt --angle-brackets "\
 | 
					 | 
				
			||||||
<hg:%{$fg[magenta]%}<branch>%{$reset_color%}>\
 | 
					 | 
				
			||||||
</%{$fg[yellow]%}<tags|%{$reset_color%}, %{$fg[yellow]%}>%{$reset_color%}>\
 | 
					 | 
				
			||||||
%{$fg[red]%}<status|modified|unknown><update>%{$reset_color%}<
 | 
					 | 
				
			||||||
patches: <patches|join( → )|pre_applied(%{$fg[yellow]%})|post_applied(%{$reset_color%})|pre_unapplied(%{$fg_bold[black]%})|post_unapplied(%{$reset_color%})>>" 2>/dev/null
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
ZSH_THEME_GIT_PROMPT_ADDED="%{$fg[cyan]%}+"
 | 
					 | 
				
			||||||
ZSH_THEME_GIT_PROMPT_MODIFIED="%{$fg[yellow]%}✱"
 | 
					 | 
				
			||||||
ZSH_THEME_GIT_PROMPT_DELETED="%{$fg[red]%}✗"
 | 
					 | 
				
			||||||
ZSH_THEME_GIT_PROMPT_RENAMED="%{$fg[blue]%}➦"
 | 
					 | 
				
			||||||
ZSH_THEME_GIT_PROMPT_UNMERGED="%{$fg[magenta]%}✂"
 | 
					 | 
				
			||||||
ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg[grey]%}✈"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
function mygit() {
 | 
					 | 
				
			||||||
  ref=$(git symbolic-ref HEAD 2> /dev/null) || return
 | 
					 | 
				
			||||||
  echo "$ZSH_THEME_GIT_PROMPT_PREFIX${ref#refs/heads/}$( git_prompt_status )%{$reset_color%}$ZSH_THEME_GIT_PROMPT_SUFFIX"
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
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%}
 | 
					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%}$%{\e[0;34m%}%B]%{\e[0m%}%b '
 | 
					%{\e[0;34m%}%B└─%B[%{\e[1;35m%}$%{\e[0;34m%}%B]%{\e[0m%}%b '
 | 
				
			||||||
#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%}$%{\e[0;34m%}%B] <$(mygit)$(hg_prompt_info)>%{\e[0m%}%b '
 | 
					 | 
				
			||||||
PS2=$' \e[0;34m%}%B>%{\e[0m%}%b '
 | 
					 | 
				
			||||||
#RPROMPT='$(mygit)'
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user