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

previous change 104:6ca1043912e4

.bash_aliases

Permissions: -rw-r--r--

Other formats: Feeds:
#!/bin/bash
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"