diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-06 13:04:43 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-06 13:04:43 +0200 |
commit | bdb86d45922a95ecbcecd8b50c2fa9f8295b9267 (patch) | |
tree | 456b4ab8f31d110cebc0d93cafc5fbb725a087dd /etc/alias | |
parent | c68acbae9cc7da754349d869047814ecaa1ff3d7 (diff) |
Added all* aliases for use with for loops
Diffstat (limited to 'etc/alias')
-rw-r--r-- | etc/alias/short | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/alias/short b/etc/alias/short index cf2b9eb..e43bc2b 100644 --- a/etc/alias/short +++ b/etc/alias/short @@ -1,6 +1,14 @@ ## Short aliases ## vim:ft=zsh +## For Loops + +alias allf='for i in *(.);' +alias alld='for i in *(/);' +alias alle='for i in *(*);' +alias alll='for i in *(@);' +alias all='for i in *;' + ## Debian package system (aptitude/apt-get, apt-cache, dpkg) # Search the packages list |