diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-01 16:09:42 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-01 16:09:42 +0200 |
commit | e3532688d36122b088e52f4200f8bff46203759c (patch) | |
tree | f1ad2a665dd658d62d1bb7576751813d8a742f66 /etc/alias/short | |
parent | 3b93f88792db1e638e91fd7a1e4cb7e1151a340a (diff) |
etc/alias/short: Added apt-file
Diffstat (limited to 'etc/alias/short')
-rw-r--r-- | etc/alias/short | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/alias/short b/etc/alias/short index 5fb19e9..cf2b9eb 100644 --- a/etc/alias/short +++ b/etc/alias/short @@ -5,10 +5,12 @@ # Search the packages list alias acse='apt-cache search' +alias afse='apt-file search' alias apse='aptitude search' # Show package information alias acsh='apt-cache show' +alias afsh='apt-file show' alias apsh='aptitude show' alias dps='dpkg --status' |