From cb4ae4ff87273ed07975c5f09c65b862e46928c0 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 21 Sep 2008 10:22:57 +0200 Subject: New aliases lsi: list image files lsz: list a zip file's content suffix aliases for domains --- etc/alias/short | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'etc/alias/short') diff --git a/etc/alias/short b/etc/alias/short index 134c47b..ee4fedb 100644 --- a/etc/alias/short +++ b/etc/alias/short @@ -47,10 +47,12 @@ alias hgs='hg status' alias hgu='hg update' alias hgv='hg verify' -# List archive files +# File listings alias lsb='tar tvjf' +alias lsgz='tar tvzf' +alias lsi='feh --list' alias lst='tar tvf' -alias lsz='tar tvzf' +alias lsz='unzip -l' alias nb='newsbeuter' alias nbr='newsbeuter -r' -- cgit v1.2.3