Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
alias not found
- X-seq: zsh-users 20858
- From: Ray Andrews <rayandrews@xxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: alias not found
- Date: Thu, 29 Oct 2015 13:32:50 -0700
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Working with Sebastian's tools I do this:
$ . ./navtools; type naliases; naliases
naliases is an alias for n_aliases
zsh: command not found: naliases
... strange that the alias isn't found since it is part of the code in
'navtools' and 'type' sees it. If I immediately rerun the alias, it's
fine. Any ideas?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author