| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Message-ID: | <00e901c1ceea$ba821180$b4546f9c@tw304h3> |
| From: | "Oleg" <oleg_inconnu AT yahoo DOT com> |
| To: | "Cygwin" <cygwin AT cygwin DOT com> |
| References: | <AHENJAAPGAHKCFPLDPOJIEGKCBAA DOT relaxedrob AT optushome DOT com DOT au> |
| Subject: | Re: Start up script |
| Date: | Mon, 18 Mar 2002 21:06:48 -0500 |
| MIME-Version: | 1.0 |
| 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 AT optushome DOT com DOT au>
To: "Andrew Markebo" <flognat AT flognat DOT myip DOT org>
Cc: "Cygwin" <cygwin AT cygwin DOT 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |