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_server_setup { 
 | 
						|
    PS1="%T %B%n@%m:%~ %#%b "
 | 
						|
}
 | 
						|
 | 
						|
prompt_server_setup
 | 
						|
 | 
						|
#  vim: set ts=4 sw=4 tw=0 ft=zsh : 
 |