Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <00e901c1ceea$ba821180$b4546f9c@tw304h3> From: "Oleg" To: "Cygwin" References: Subject: Re: Start up script Date: Mon, 18 Mar 2002 21:06:48 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 ----- Original Message ----- From: "Robert Mark Bram" To: "Andrew Markebo" Cc: "Cygwin" Sent: Monday, March 18, 2002 8:21 PM Subject: RE: Start up script > Howdy all! > > Read the documentation.. made my .bashrc script! > > Here it is so far: > > function ll > { > ls -l > } alias ls='/bin/ls --color -F' alias l='ls' alias ll='ls -l' alias la='ls -A' alias d='cd' alias p='cd -' alias s='cd ..' alias g='grep' alias G='grep -i' alias me='ps -u `whoami`' alias h='history' alias c='clear' alias x='exit' alias e='vim' are the ones I use often. No need for "function" BTW Oh, and don't forget the all-time most important piece of .bashrc setup when you are logged in as someone else: Run echo "echo sleep 1 >> .bashrc" >> .bashrc #(damn this system gets slower every time I log in :) HTH Oleg > function m > { > man $1 | less > } > > > > > Any one have any other nice tricks they use in theirs? > > Rob -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/