Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <00e901c1ceea$ba821180$b4546f9c@tw304h3>
From: "Oleg" <oleg_inconnu@yahoo.com>
To: "Cygwin" <cygwin@cygwin.com>
References: <AHENJAAPGAHKCFPLDPOJIEGKCBAA.relaxedrob@optushome.com.au>
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" <relaxedrob@optushome.com.au>
To: "Andrew Markebo" <flognat@flognat.myip.org>
Cc: "Cygwin" <cygwin@cygwin.com>
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/

