From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 519 invoked by alias); 29 Oct 2015 20:32:57 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 20858 Received: (qmail 15271 invoked from network); 29 Oct 2015 20:32:54 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_HDRS_LCASE, T_MANY_HDRS_LCASE autolearn=ham autolearn_force=no version=3.4.0 X-Authority-Analysis: v=2.1 cv=T/C1EZ6Q c=1 sm=1 tr=0 a=XuA4oKv640+/6mWP3bIz+g==:117 a=XuA4oKv640+/6mWP3bIz+g==:17 a=IkcTkHD0fZMA:10 a=eb3p3KXa0RQbHDynXQ0A:9 a=QEXdDO2ut3YA:10 Message-id: <56328272.40709@eastlink.ca> Date: Thu, 29 Oct 2015 13:32:50 -0700 From: Ray Andrews User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.7.0 MIME-version: 1.0 To: Zsh Users Subject: alias not found Content-type: text/plain; charset=utf-8; format=flowed Content-transfer-encoding: 7bit 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?