8 lines
		
	
	
		
			207 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			207 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Powerline configuration
 | 
						|
if [ -f /usr/bin/powerline-daemon ]; then
 | 
						|
    powerline-daemon -q
 | 
						|
    POWERLINE_BASH_CONTINUATION=1
 | 
						|
    POWERLINE_BASH_SELECT=1
 | 
						|
    source /usr/share/powerline/bash/powerline.sh
 | 
						|
fi
 |