zsh-users
 help / color / mirror / code / Atom feed
From: lists <lists@kalama.no-ip.org>
To: Timothy Luoma <lists@tntluoma.com>
Cc: zsh-users@sunsite.dk
Subject: Re: can zsh set background color?
Date: Wed, 5 Jan 2005 19:46:38 -0600	[thread overview]
Message-ID: <CE27C850-5F84-11D9-9601-000A95D2C79E@kalama.no-ip.org> (raw)
In-Reply-To: <DADB9AA7-5E73-11D9-B4A6-000D93AD26C8@tntluoma.com>

I'm personally content with a different colored prompt for remote 
machines.  This is taken care of in my .zshrc file with something like 
this pseudo code:

case ${HOST} in
   (host1) PS1=<substitute your favorite prompt here> ;;
   (host2) PS1=<different colored prompt here> ;;
esac

I don't want to take the focus of this discussion off of zsh, but if 
you're using OS X and Terminal, you can set up a Terminal window to 
have the characteristics that you like (i.e. color of background), then 
save it as a .term file which you launch only when you want to ssh to a 
particular host.  You can even set it so that just by launching a 
particular .term file, the ssh command will be carried out for you.  
Details here:

http://docs.info.apple.com/article.html?artnum=86134
http://docs.info.apple.com/article.html?artnum=152410
http://docs.info.apple.com/article.html?artnum=152408

Hope this helps.



On Jan 4, 2005, at 11:12 AM, Timothy Luoma wrote:
> I am using the Terminal program in Mac OS X, not X Windows.
>
> TjL
>


  reply	other threads:[~2005-01-06  1:48 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-04 15:18 Timothy Luoma
2005-01-04 15:20 ` Mads Martin Joergensen
2005-01-04 17:12   ` Timothy Luoma
2005-01-06  1:46     ` lists [this message]
2005-01-07 23:14       ` Timothy Luoma
2005-01-12  7:43         ` Juhapekka Tolvanen
2005-01-12 10:18           ` David Gómez
2005-01-04 16:55 ` Bart Schaefer
2005-01-04 17:04   ` Timothy Luoma
2005-01-05  3:50 ` Drew Perttula
2005-01-05  9:29   ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CE27C850-5F84-11D9-9601-000A95D2C79E@kalama.no-ip.org \
    --to=lists@kalama.no-ip.org \
    --cc=lists@tntluoma.com \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).