Download:
child 108:12a72179704b
parent 106:3f4d203fe46f
107:5b333e300578
Anton Shestakov <av6@dwimlabs.net>, Mon, 04 Jan 2016 14:24:12 +0800
.bash_aliases: egrep and fgrep with --color=auto

1 файлов изменено, 2 вставок(+), 0 удалений(-) [+]
.bash_aliases file | annotate | diff | comparison | revisions
--- a/.bash_aliases Mon Jan 04 14:20:06 2016 +0800
+++ b/.bash_aliases Mon Jan 04 14:24:12 2016 +0800
@@ -2,5 +2,7 @@
alias ls="ls --color=auto"
alias grep="grep --color=auto"
+alias egrep="egrep --color=auto"
+alias fgrep="fgrep --color=auto"
alias cal="cal -NM3"
alias whatsopen="lsof -i -P -n -sTCP:LISTEN"