diff options
Diffstat (limited to 'etc/alias/short')
-rw-r--r-- | etc/alias/short | 6 |
1 files changed, 4 insertions, 2 deletions
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' |