107:5b333e300578
Anton Shestakov <av6@dwimlabs.net>, 2016-01-04
.bash_aliases: egrep and fgrep with --color=auto

previous change 104:6ca1043912e4

.bash_aliases

Other formats: Feeds:
Inserted Replaced Deleted
106:3f4d203fe46f 107:5b333e300578
#!/bin/bash #!/bin/bash
alias ls="ls --color=auto" alias ls="ls --color=auto"
alias grep="grep --color=auto" alias grep="grep --color=auto"
alias egrep="egrep --color=auto"
alias fgrep="fgrep --color=auto"
alias cal="cal -NM3" alias cal="cal -NM3"
alias whatsopen="lsof -i -P -n -sTCP:LISTEN" alias whatsopen="lsof -i -P -n -sTCP:LISTEN"