zsh-users
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@brasslantern.com>
To: Marijan Peh <marijan.peh@hi.hinet.hr>, zsh-users <zsh-users@sunsite.dk>
Subject: Re: My zshrc; any sugestions welcome
Date: Tue, 26 Mar 2002 17:10:31 +0000	[thread overview]
Message-ID: <1020326171031.ZM32266@candle.brasslantern.com> (raw)
In-Reply-To: <20020326174631.A831@nymos.home.hr>

On Mar 26,  5:46pm, Marijan Peh wrote:
} Subject: Re: My zshrc; any sugestions welcome
}
} > } > > This display just first letter of current running job. ex:
} > } > > I run 'top' but is shows only 't' in titlebar.
} > 
} > Hmm, it works for me.  Show us your whole command line, again?
} 
} preexec () {print -Pn "\033]0;%n@%m ${${(@)${(z)1}:#*[[:punct:]]*}[1]} %~\007"}

Oh, silly me.  Single-element arrays are treated as scalars, so if the
command consists of only one word, you get only the first letter, but
if it consists of multiple words you get the first word.  I never tried
it with a command with no arguments.

So try this:

preexec () {
  print -Pn "\033]0;%n@%m ${${(@)${(z)1}:#*[[:punct:]]*}%% *} %~\007"
}

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


  reply	other threads:[~2002-03-26 17:11 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-25 10:45 Marijan Peh
2002-03-25 15:46 ` Bart Schaefer
2002-03-25 16:49   ` Adam Spiers
2002-03-25 17:35     ` Marijan Peh
2002-03-25 16:59   ` Marijan Peh
2002-03-25 19:03     ` Bart Schaefer
2002-03-26  9:38       ` Marijan Peh
2002-03-26 15:11         ` Bart Schaefer
2002-03-26 16:46           ` Marijan Peh
2002-03-26 17:10             ` Bart Schaefer [this message]
2002-03-26 17:49               ` Marijan Peh
2002-04-01 10:31               ` Marijan Peh
2002-06-01  3:23                 ` Andy Spiegl
2002-06-01 21:29                   ` Bart Schaefer
2002-03-26  0:06 ` Joakim Ryden
2002-03-26  1:17   ` 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=1020326171031.ZM32266@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=marijan.peh@hi.hinet.hr \
    --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).