I'm trying to alias a command;
java -jar /neurosjar/NeurosDBM.1.16.jar
and put it in;
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
alias poop='java -jar /neurosjar/NeurosDBM.1.16.jar'
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
unset USERNAME
It doesn't work so I've put it in the wrong place. where should I put
it.
Thanks, Dirk
_______________________________________________
EuG-LUG mailing list
[EMAIL PROTECTED]
http://mailman.efn.org/cgi-bin/listinfo/eug-lug