zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-users@sunsite.dk
Subject: Re: Asking ZSH: How are you ?
Date: Sun, 10 Jul 2005 16:12:51 +0000	[thread overview]
Message-ID: <1050710161251.ZM24191@candle.brasslantern.com> (raw)
In-Reply-To: <20050710.063055.74755058.Meino.Cramer@gmx.de>

On Jul 10,  6:30am, Meino Christian Cramer wrote:
} Subject: Re: Asking ZSH: How are you ?
}
}   alias 
} 
}  given on the commandline gives me a lot more aliasses defined as
}  reported by "reporter all" (only dumps two aliasses)

Let me guess:

alias run-help=man
alias which-command=whence

I suspect you're not using reporter correctly.  Those are the two built-
in aliases.

You can't run "reporter" as a shell script. (Well, you can, but it won't
give the correct results; it'll tell you what's in your /etc/zshenv, and
not much else.)  It has to be either read into the current shell with
the "." or "source" commands, or autoloaded and then run as a shell
function.

E.g.

    source reporter aliases


      reply	other threads:[~2005-07-10 16:13 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-09 14:52 Meino Christian Cramer
2005-07-09 15:17 ` DervishD
2005-07-09 15:37   ` Meino Christian Cramer
2005-07-09 16:06     ` Christian Taylor
2005-07-09 17:35       ` DervishD
2005-07-09 17:32     ` DervishD
2005-07-09 18:10       ` Meino Christian Cramer
2005-07-09 20:26   ` Thorsten Kampe
2005-07-10  7:18     ` DervishD
2005-07-10 11:38       ` Thorsten Kampe
2005-07-10 16:26         ` Bart Schaefer
2005-07-11 18:27           ` Meino Christian Cramer
2005-07-09 16:07 ` Bart Schaefer
2005-07-10  4:30   ` Meino Christian Cramer
2005-07-10 16:12     ` Bart Schaefer [this message]

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=1050710161251.ZM24191@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --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).