Fix missing newline character in prompt function
This commit is contained in:
		
							parent
							
								
									edf7966363
								
							
						
					
					
						commit
						aa51ade346
					
				@ -229,7 +229,7 @@ function fish_prompt --description 'Display a formatted terminal prompt'
 | 
				
			|||||||
    #########
 | 
					    #########
 | 
				
			||||||
    # Output
 | 
					    # Output
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    echo -se $venv_seg $ssh_seg $user_host_seg $pwd_seg $vcs_seg "\n" $prompt_char
 | 
					    echo -se "\n" $venv_seg $ssh_seg $user_host_seg $pwd_seg $vcs_seg "\n" $prompt_char
 | 
				
			||||||
 | 
					
 | 
				
			||||||
end
 | 
					end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user