| 
					
				 | 
			
			
				@@ -26,6 +26,8 @@ if [[ -f "${ZDOTDIR}/prezto/init.zsh" ]]; then 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     zstyle ':completion::complete:*' cache-path "${TMPDIR}/.zcompcache" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     # Remove first '\n' in PS1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     export PS1="$(echo "${PS1}" | sed ':a;N;$!ba;s/\n//')" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    # Add jobs count at the end of the first line 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    export PS1="$(echo "${PS1}" | sed ':a;N;$!ba;s/\n/%1(j. with %F{161}%j%f job(s).)\n/')" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 fi 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # 
			 |