export LESSCHARSET=latin1 mount -f -b '\\FUJITSU1' /F1 & mount -f -b '\\FUJITSU2' /F2 & #source .rm_bc_paths export PATH=$PATH:~/scripts:~/rexx:~/bin # ---------------- # -- alias'es -- # ---------------- alias md=mkdir # ----------------------- # -- shell functions -- # ----------------------- ls () { command ls \ --show-control-chars \ --color \ --classify \ --no-group \ $@; } if echo "$SHELL " | grep -i -c command.com >/dev/null then export SHELL= echo -e "\n\"command.com\" found in \$SHELL, \$SHELL contents removed." fi if [ -f /cygwin.mnt ] then # this one contains last mounted volumes source /cygwin.mnt fi