Date: Tue, 04 Jan 2000 10:43:08 -0500 (EST) From: John Baldwin <jhb@FreeBSD.org> To: Jonathon McKitrick <jcm@dogma.freebsd-uk.eu.org> Cc: freebsd-questions@FreeBSD.org Subject: RE: color xterm and zsh Message-ID: <200001041543.KAA42405@server.baldwin.cx> In-Reply-To: <Pine.BSF.4.21.0001041443220.48300-100000@dogma.freebsd-uk.eu.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 04-Jan-00 Jonathon McKitrick wrote: > > On Tue, 4 Jan 2000, John Baldwin wrote: >> >>Why not: >> >>if [ "X$TERM" = "Xxterm" ]; then >> TERM=xterm-color ; export TERM >>fi > > Does this go in .zprofile or .zshrc? Or somewhere else altogether? Probably in .zshrc unless you start a new login shell in every xterm you start up (either by xterm*loginShell in .Xdefaults or via 'xterm -ls') in which case .zprofile would work as well. .zshrc is probably the safest. > -=> jm <=- -- John Baldwin <jhb@FreeBSD.org> -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001041543.KAA42405>