This is the mail archive of the cygwin 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]
Other format: [Raw text]

configure rxvt on cygwin 1.7.5


Hi,

after upgrading cygwin, I fail to customize my rxvt terminal. I've
changed the files

-  /cygwin.bat to replace basic console by rxvt with the line

rxvt -fn "-*-Courier-medium-r-*-18-*-*-*-*-iso8859-1" -geometry 80x30
-sr -bg "#ffffd5" -fg "black" -sl 2000 -termName xterm -e /usr/bin/bash
--login -i


-  ~/.Xdefault with

Rxvt*geometry: 80x30
Rxvt*background: #ffffd5
Rxvt*foreground: black
Rxvt*scrollBar: True
Rxvt*scrollBar_right: True
Rxvt*font: -*-Courier-medium-r-*-18-*-*-*-*-iso8859-1
Rxvt*SaveLines: 2000

- ~/.bashrc with my aliases

- and 've added  /etc/bashrc with my promt definition :

PS1='\e[0m\][\e[32m\]\u\e[0m\]@\e[31m\]\h\e[0m\]\e[0m\]]\e[34m\]\w\e[0m\]>\n$
'

this last definition seems to be ignored anyway ...
so where should i place the /etc/bashrc

Philippe.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


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