Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Asking ZSH: How are you ?
- X-seq: zsh-users 9088
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Asking ZSH: How are you ?
- Date: Sun, 10 Jul 2005 16:12:51 +0000
- In-reply-to: <20050710.063055.74755058.Meino.Cramer@xxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20050709.165213.74740823.Meino.Cramer@xxxxxx> <1050709160747.ZM17624@xxxxxxxxxxxxxxxxxxxxxxx> <20050710.063055.74755058.Meino.Cramer@xxxxxx>
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author