This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: How start rxvt under W95


Steve O wrote:
> 
> 
> You might want to set the HOME environment
> variable under system properties
> to something like "\home\oe"
> and set your USER variable to "oe"
> 
> Then put the .bashrc and profile into
>   /home/oe
> 
> [and more, and more, ....]
>
> -steve
> 

Thank you Steve for the tip.

Now i have the following:


c:\Config.sys
-------------------------------------------------------------------
[COMMON]
DEVICE=....
device=.....
FILES=40
Country=.....................
shell=C:\command.com /e:4096 /p
-------------------------------------------------------------------

cygnus.bat
-------------------------------------------------------------------
@ECHO OFF
SET MAKE_MODE=unix
SET CYGFS=e:/Cygnus/B19
SET GCC_EXEC_PREFIX=e:\CYGNUS\B19\H-I38~LE\lib\gcc-lib\
SET TCL_LIBRARY=%CYGROOT%\share\tcl8.0\
SET GDBTK_LIBRARY=%CYGFS%/share/gdbtcl
SET PATH=e:\CYGNUS\B19\H-I38~LE\bin;%PATH%
SET HOME=c:\Home\oe
SET USER=oe
rxvt -fn Courier -e bash -login
-------------------------------------------------------------------

/Home/oe/.bash_profile
-------------------------------------------------------------------
# echo c:/Home/oe/.bash_profile
# TERM termcap f. 
# TERM=ansi-mini
# TERM=pcansi-25      # oder - 33 -43
# TERM=ansi-pc-color
export CYGWIN32=tty
if [ "$COLORTERM" = "rxvt" ] ; then
	export PS1="\e[34m\]\w\[\e[0m\]> "
	export TERM=linux
	alias ls='ls -CF --color'
	stty intr ^c susp ^z start ^q stop ^s quit ^\\ erase ^?
fi
# other then cdk-bin are in /bin
PATH=.:/bin:$PATH
. ~/.bashrc
cd
-------------------------------------------------------------------

/home/oe/.bashrc
-------------------------------------------------------------------
# echo c:/home/oe/.bashrc
alias ls='ls -CF'
alias ll='ls -l'
alias ..='cd ..'
alias ...='cd ../..'
alias vi='/Programme/elvis/winelvis.exe'
gt () { home=`kdr $1`;cd $home; }
-------------------------------------------------------------------


and it works pretty fine.
Only the DOS window remains  :-(


Heinz



> 
> 
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]