diff options
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 |