mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-31 06:00:54 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			278 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			278 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # Converted to zsh prompt theme by bash2zshprompt, written by <adam@spiers.net>
 | |
| # Red Hat Default Prompt
 | |
| # Styled like the default prompt in Red Hat 5.1
 | |
| #
 | |
| prompt_redhat_setup () {
 | |
|   PS1='[%n@%m %1~]%(#.#.$) '
 | |
|   PS2="> "
 | |
| 
 | |
|   prompt_opts=( cr percent )
 | |
| }
 | |
| 
 | |
| prompt_redhat_setup "$@"
 |