From: weiku AT UTKUX1 DOT UTK DOT EDU ("Wei Ku") Subject: Re: .bashrc file 24 Jul 1997 22:12:25 -0700 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <199707250427.AAA20269.cygnus.gnu-win32@solid.ssd.ornl.gov> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0000_01BC9891.584184E0" Original-To: "Patrick O'Brien" , X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1008.3 X-MimeOle: Produced By Microsoft MimeOLE Engine V4.71.1008.3 Original-Sender: owner-gnu-win32 AT cygnus DOT com This is a multi-part message in MIME format. ------=_NextPart_000_0000_01BC9891.584184E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit The attached file is .bashrc in UNIX style text format so that the Sergey's patch could work. Sincerely, Wei Ku *************************************** Department of Physics and Astronomy The University of Tennessee 1408 Circle Drive Knoxville, Tennessee 37996-1200 weiku AT utkux DOT utcc DOT utk DOT edu --------------------------------------- Solid State Division Oak Ridge National Laboratory P.O.Box 2008 Oak Ridge, TN 37831-6032 Phone: (423) 574-5795 Fax: (423) 574-4143 weiku AT solid DOT ssd DOT ornl DOT gov *************************************** -----Original Message----- From: Patrick O'Brien To: gnu-win32 AT cygnus DOT com Date: Thursday, July 24, 1997 10:24 PM Subject: .bashrc file >I just installed b18 on a Windows NT 4.0 system. I >am interested in someone sending me a copy of their >.bashrc file or .profile file as a guide to creating >my own. I would like to configure the software so that >bash source these files when I invoke it. Any related >comments would be greatly appreciated! Thanks! > >Patrick O'Brien >University of Oregon - Institute of Molecular Biology >patrick AT uoxray DOT uoregon DOT edu >- >For help on using this list (especially unsubscribing), send a message to >"gnu-win32-request AT cygnus DOT com" with one line of text: "help". > > ------=_NextPart_000_0000_01BC9891.584184E0 Content-Type: application/octet-stream; name=".bashrc" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=".bashrc" # ~/.bashrc --- this is an example =0A= =0A= # Limit coredumps to zero bytes=0A= ulimit -c 0=0A= =0A= #----------------------------------------------------------------------=0A= # Other settings=0A= umask 022=0A= =0A= export HOME=3D/usr/weiku=0A= export = PATH=3D.:/H-i386~1/bin:/tcl/bin:/usr/local/bin:/usr/X11r6.3/bin://D/MYDOC= U~1/WEI/HOME/bin://D/MYDOCU~1/WEI/HOME/lapw://C/WINDOWS://C/WINDOWS/COMMA= ND://C/WINDOWS/SYSTEM://C/TOOLS=0A= export TMOUT=3D3600=0A= export HISTCONTROL=3Dignoredups=0A= export FIGNORE=3D'~:.o'=0A= export PS1=3D'//\h/.../\W \$ '=0A= export TERM=3Dlinux=0A= =0A= #insert key=0A= #effect clipboard=0A= bind '"\e[2~":paste-from-clipboard'=0A= #bind '"\C-v":paste-from-clipboard'=0A= =0A= # home key=0A= bind '"\e[1~":beginning-of-line'=0A= =0A= # del key=0A= bind '"\e[3~":delete-char'=0A= =0A= # end key=0A= bind '"\e[4~":end-of-line'=0A= =0A= # pgup key=0A= bind '"\e[5~":history-search-forward'=0A= =0A= # pgdn key=0A= bind '"\e[6~":history-search-backward'=0A= =0A= alias cp=3D'cp -r'=0A= alias rm=3D'rm -r'=0A= alias ls=3D'ls -F'=0A= alias dir=3D'ls -laF'=0A= alias edit=3D'notepad'=0A= alias books=3D'telnet opac.lib.utk.edu'=0A= =0A= #g() { tex $1 ; dvips -o $1.ps $1.dvi ; gsview32 $1.ps }=0A= =0A= #----------------------------------------------------------------------=0A= # end of ~/.bashrc =0A= ------=_NextPart_000_0000_01BC9891.584184E0-- - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".