mirror of
				https://github.com/akelge/zsh
				synced 2025-11-03 22:34:25 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			123 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			123 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
function prompt_plain_setup { 
 | 
						|
    PS1="%B[%l] %n@%m:%~ %#%b "
 | 
						|
}
 | 
						|
 | 
						|
prompt_plain_setup
 | 
						|
 | 
						|
#  vim: set ts=4 sw=4 tw=0 ft=zsh : 
 |