Allow extended regex to grep aliases
This commit is contained in:
		
							parent
							
								
									096afa2d03
								
							
						
					
					
						commit
						84e8010f69
					
				
							
								
								
									
										6
									
								
								zshrc
								
								
								
								
							
							
						
						
									
										6
									
								
								zshrc
								
								
								
								
							|  | @ -136,9 +136,9 @@ fi | |||
| alias grep='grep --color=always -i ' | ||||
| alias gerp='grep -i' | ||||
| alias Grep='\grep ' | ||||
| alias gdpkg='dpkg -l | grep -- ' | ||||
| alias gmount='mount | grep -- ' | ||||
| alias gdf='df | grep -- ' | ||||
| alias gdpkg='dpkg -l | grep -E -- ' | ||||
| alias gmount='mount | grep -E -- ' | ||||
| alias gdf='df | grep -E -- ' | ||||
| # }}} | ||||
| 
 | ||||
| # Espace disque | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue