]> git.phdru.name Git - dotfiles.git/blobdiff - .shellrc
.profile, .shellrc: use dircolors
[dotfiles.git] / .shellrc
index e6ae4205771cbd7de715a179cee54d4c6cb984a7..e189ac8523855e69b85a786f84b1d2c1c16fb277 100644 (file)
--- a/.shellrc
+++ b/.shellrc
@@ -122,6 +122,10 @@ x() { exit; }
 X() { startx >> .Xserver.log 2>&1; cyr; }
 
 
+git() {
+   LESS=FRSX"$LESS" command git "$@"
+}
+
 include()
 {
    cfg="$1"
@@ -137,9 +141,10 @@ include()
 }
 
 
-function git {
-   LESS=FRSX"$LESS" command git "$@"
-}
+grep() { command grep --color=auto "$@"; }
+fgrep() { command fgrep --color=auto "$@"; }
+egrep() { command egrep --color=auto "$@"; }
+ls() { command ls --color=auto "$@"; }
 
 
 mc() {
@@ -209,7 +214,7 @@ mc() {
 }
 
 
-function mkcd {
+mkcd() {
    if [ $# -ne 1 ]; then
       echo "Usage: mkcd directory_name" >&2
    elif [ -d "$1" ]; then