7 lines
		
	
	
		
			133 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			133 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Aliases to use pygmentise
 | 
						|
#
 | 
						|
if (which pygmentize &> /dev/null)
 | 
						|
then
 | 
						|
  alias pcat='pygmentize -f terminal256 -O style=native -g'
 | 
						|
fi
 |