Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
path=( . ~/bin /bin /sbin /usr/bin /usr/sbin /usr/X11R6/bin ) manpath=( /usr/man /usr/share/man /usr/X11R6/man ) # OS specific local paths for i in ${PREFIX}; do path+=(${i}{/bin,/sbin}) manpath+=(${i}/man) done
From the Design Piracy series on my blog: