From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24744 invoked by alias); 2 Oct 2013 19:38:14 -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: 18011 Received: (qmail 6001 invoked from network); 2 Oct 2013 19:38:09 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.212.52 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=aWI3JZYYHHUhgxfCHU14W4dajTJIb06U8KtLpc1MgDM=; b=FOhFA3XYNBfpxvXAQD/hUAhS9Y+CFZM6HKop9ASyebdcI6OkvUH3mFbPLzGgKhrrcR WyFIp3geKTxk/brIVbM0MKayzzxVfW2saVFCgwVo7Z54usbtUzY9Ji31j0BZ5s5kAydl y4wmmIGuk7nilLZVuy8tDG5P33iH0HQEP6JBoxCZP9ZSwReAqQA8ttDqIjEF1jwA7LA5 jPg33QhnSp2vb5JTGHz7VDefsd7mcM36Jt/ANh8ExAKiGUNX+yGZQ8dxluJnf2g/aDLU W0Z07SHo0HNMfY1s+JlAn8GlIfR0giuq+bSe3sfjXJVapwBJEaVnMmWlCCPV7b3D8qbP c9hw== X-Received: by 10.220.143.80 with SMTP id t16mr3520065vcu.10.1380742682758; Wed, 02 Oct 2013 12:38:02 -0700 (PDT) MIME-Version: 1.0 From: shawn wilson Date: Wed, 2 Oct 2013 15:37:42 -0400 Message-ID: Subject: zshrc alias To: Zsh Users Content-Type: text/plain; charset=UTF-8 Is there a way to see what zsh is doing when it loads the rc file? I've got a perl alias that isn't showing up when I loging or source ~/.zshrc or . ~/.zshrc but the aliases before and after do: alias torexit="curl http://torstatus.blutmagie.de/ip_list_exit.php/Tor_ip_list_EXIT.csv" alias perl="perl -MData::Dumper" alias dicepass="perl -MCrypt::XkcdPassword -e 'print Crypt::XkcdPassword->make_password(\$_)'" I'm not sure how best to debug this - something outside of these lines is messing with me (I get the same result when I move that line to the beginning of the aliases). PS - if anyone goes to use that dicepass alias, note it only gives 4 words no matter whether you specify something else.