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]

Re: Detect mintty in .zshrc?


On 3 March 2011 18:31, Rafael Kitover wrote:
> I put this block at the top of my .zshrc:
>
> if [ "$TERM" = "cygwin" -o "$TERM" = "dumb" ]; then
> Âexport RUNNING_IN_CONSOLE=1
> Âexport TERM=cygwin
> fi
>
> later I switch on "$RUNNING_IN_CONSOLE" to see if I'm in a real console.

How come you need to guard against TERM==dumb? Cygwin shouldn't set it to that.

Andy

--
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]