Dirk, it is considered bad netiquette to cross post (mail two lists at
once).

On Thu, Oct 23, 2003 at 08:47:20PM -0700, Dirk Ouellette wrote:
> I'm trying to alias a command;
>  java -jar /neurosjar/NeurosDBM.1.16.jar
> and put it in;
> 
> # .bash_profile
> 
I would put it here: 
> # Get the aliases and functions
> if [ -f ~/.bashrc ]; then
>         . ~/.bashrc
> fi
> alias poop='java -jar /neurosjar/NeurosDBM.1.16.jar'

or I would put it in ~/.bashrc 
Then you run: 
. ~/.bash_profile

Note the .bash_profile and .bashrc are only read when you log in or open
a terminal window or use the 'source' or '.' command.

Cory 

-- 
Cory Petkovsek                                       Adapting Information
Adaptable IT Consulting                                Technology to your   
(541) 914-8417                                                   business
[EMAIL PROTECTED]                                  www.AdaptableIT.com
_______________________________________________
EuG-LUG mailing list
[EMAIL PROTECTED]
http://mailman.efn.org/cgi-bin/listinfo/eug-lug

Reply via email to