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