zsh-users
 help / color / mirror / code / Atom feed
* .zshenv file syntax: spanning lines with comments
@ 1996-08-09  0:22 Benjamin Drago
  1996-08-09  3:06 ` Bart Schaefer
  1996-08-09 14:58 ` David Kågedal
  0 siblings, 2 replies; 4+ messages in thread
From: Benjamin Drago @ 1996-08-09  0:22 UTC (permalink / raw)
  To: zsh-users


This is not a serious problem; just one I've been curious about.

Is there a way to have long variables span multiple lines, with
comments inserted?  Something like this:

current version:

export PATH=/home/$USER/bin/$OSTYPE:/home/$USER/bin:/usr/local/bin:/opt/gnu/bin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/vol/local/$OSTYPE/bin

what I would like to do:

export PATH=/home/$USER/bin/$OSTYPE:		# arch dependent binaries
	/home/$USER/bin:			# arch independent scripts
	/usr/local/bin:				# local apps
	/opt/gnu/bin:				# gnu tools
	...


Thanks,
Ben
--
Ben Drago                 drago@hc.ti.com              Sysadmin, TI


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1996-08-09 15:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-08-09  0:22 .zshenv file syntax: spanning lines with comments Benjamin Drago
1996-08-09  3:06 ` Bart Schaefer
1996-08-09  9:35   ` Dave Wapstra
1996-08-09 14:58 ` David Kågedal

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).