feat(ZSH): Use 'bat' as PAGER and 'nvim' as MANPAGER
This commit is contained in:
		
							
								
								
									
										3
									
								
								.zshenv
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								.zshenv
									
									
									
									
									
								
							@@ -23,7 +23,8 @@ export PATH
 | 
				
			|||||||
export LANG=fr_FR.UTF-8
 | 
					export LANG=fr_FR.UTF-8
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Reading / Browse (manpages, websites, etc.)
 | 
					# Reading / Browse (manpages, websites, etc.)
 | 
				
			||||||
export PAGER=most
 | 
					export PAGER="bat"
 | 
				
			||||||
 | 
					export MANPAGER="nvim +Man!"
 | 
				
			||||||
export BROWSER=elinks
 | 
					export BROWSER=elinks
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# SSH
 | 
					# SSH
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user