zsh-users
 help / color / mirror / code / Atom feed
From: Alex Satrapa <grail@goldweb.com.au>
To: TJ Luoma <luomat@gmail.com>
Cc: Ray Andrews <rayandrews@eastlink.ca>,
	"zsh-users@zsh.org" <zsh-users@zsh.org>
Subject: Re: volume label in prompt?
Date: Fri, 26 Oct 2012 14:15:47 +1100	[thread overview]
Message-ID: <7E27D744-D1CA-41FB-8B4E-4795209CA2E0@goldweb.com.au> (raw)
In-Reply-To: <CADjGqHvUNZOR2LVeGYhNeGDZsVAFJ=J-7HXjbcZrmhtQkKvTng@mail.gmail.com>

I use this:

precmd () {
 settitle "%n@m: %5(~:%-1~/…/%3~:%~)
}

Where settitle is a function that sets my window title. The %X(A:B:C) construct is zsh's ternary statement. What the above does is display paths with 1-3 elements whole, while longer paths have only the first and last three elements with the remainder replaced by an ellipsis.

If you use precmd you should be able to use any script you want to check the mount table, gather the mounted volume's label, etc.

Alex Satrapa

On 26/10/2012, at 11:57, TJ Luoma <luomat@gmail.com> wrote:

> On Thu, Oct 25, 2012 at 7:15 PM, Ray Andrews <rayandrews@eastlink.ca> wrote:
>> 
>> I'm now running three machines here, each with several copies of various
>> linii available.  It gets a bit confusing.  I'm wondering if there might be
>> something I can add to my prompt that could help me remind myself where I'm
>> at.  I'm open to any suggestions, but one idea I had was something to
>> identify the volume label of the current root directory.  That would do it
>> if it can be done. Can it?
> 
> PROMPT="%n@%m %~: "
> 
> n = username
> 
> m = hostname up to first "."
> 
> %~ is the current directory, using ~ for $HOME when appropriate.


  parent reply	other threads:[~2012-10-26  3:22 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-25 15:48 (AA) example Mark van Dijk
2012-10-25 16:27 ` Peter Stephenson
2012-10-25 23:15   ` volume label in prompt? Ray Andrews
2012-10-26  0:57     ` TJ Luoma
2012-10-26  2:42       ` Ray Andrews
2012-10-26  3:15       ` Alex Satrapa [this message]
2012-10-26 13:44     ` Benjamin R. Haskell
2012-10-26 15:44       ` Ray Andrews
2012-10-26  6:06 ` (AA) example 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=7E27D744-D1CA-41FB-8B4E-4795209CA2E0@goldweb.com.au \
    --to=grail@goldweb.com.au \
    --cc=luomat@gmail.com \
    --cc=rayandrews@eastlink.ca \
    --cc=zsh-users@zsh.org \
    /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).