Date: Thursday, February 2, 2023 @ 06:24:08
  Author: tpowa
Revision: 467796

add alias for colored grep, as we already do this for ls

Modified:
  bash/trunk/dot.bashrc

------------+
 dot.bashrc |    1 +
 1 file changed, 1 insertion(+)

Modified: dot.bashrc
===================================================================
--- dot.bashrc  2023-02-02 06:07:15 UTC (rev 467795)
+++ dot.bashrc  2023-02-02 06:24:08 UTC (rev 467796)
@@ -6,4 +6,5 @@
 [[ $- != *i* ]] && return
 
 alias ls='ls --color=auto'
+alias grep='grep --color=auto'
 PS1='[\u@\h \W]\$ '

Reply via email to