Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zshrc alias
- X-seq: zsh-users 18011
- From: shawn wilson <ag4ve.us@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: zshrc alias
- Date: Wed, 2 Oct 2013 15:37:42 -0400
- 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==
- 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
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.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author