Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

alias not found



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