mirror of
				https://github.com/akelge/zsh
				synced 2025-10-31 21:04:24 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			116 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			116 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| function prompt_minimal_setup { 
 | |
|     PS1="%B%. %#%b "
 | |
| }
 | |
| 
 | |
| prompt_minimal_setup
 | |
| 
 | |
| #  vim: set ts=4 sw=4 tw=0 ft=zsh : 
 |