summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-06-01 16:09:42 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-06-01 16:09:42 +0200
commite3532688d36122b088e52f4200f8bff46203759c (patch)
treef1ad2a665dd658d62d1bb7576751813d8a742f66
parent3b93f88792db1e638e91fd7a1e4cb7e1151a340a (diff)
etc/alias/short: Added apt-file
-rw-r--r--etc/alias/short2
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'