diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-21 09:52:57 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-21 09:52:57 +0100 |
commit | 7105cb2e1c7111d15ffe6b8148706a15c4075f86 (patch) | |
tree | 43228e94791f36dbe59a1efc561af25d2c2896d9 /etc/aliases/debian | |
parent | 42efa290a7a8ee76ec5575958f191b651d5da18f (diff) |
Added some more structure and comments to the alias definitions
Diffstat (limited to 'etc/aliases/debian')
-rw-r--r-- | etc/aliases/debian | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/aliases/debian b/etc/aliases/debian index 4e43639..1ca5e2d 100644 --- a/etc/aliases/debian +++ b/etc/aliases/debian @@ -7,6 +7,7 @@ alias afse='apt-file search' alias apse='aptitude search' # Show package information +alias acp='apt-cache policy' alias acsh='apt-cache show' alias afsh='apt-file show' alias apsh='aptitude show' @@ -43,5 +44,3 @@ alias agsrc='apt-get source' # Configure packages salias dprc='dpkg-reconfigure' - -alias acp='apt-cache policy' |