# # $Source: /usr/local/DMZ/root/RCS/.alias,v $ # $Revision: 1.1 $ $Date: 2005/04/15 22:22:06 $ # $Author: root $ # # nameserver alias file # PLEASE put the non-standard aliases in here! # # # user/login specific stuff # # setup some interesting effects set name = `logname` set lscolor = 0 if ( -f ${USRLOCAL}/bin/dircolors && -f ${USRLOCAL}/bin/ls ) then switch ($name) case root: case root-mo: case root-bg: case root-pj: case root-th: set lscolor = 1 breaksw default: set lscolor = 0 breaksw endsw eval ${USRLOCAL}/bin/dircolors if ( $lscolor == 1 ) then alias ls '${USRLOCAL}/bin/ls --color' endif endif