my.zsh/aliases/debian.alias

32 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

2013-05-06 12:54:02 +01:00
# -----------------------------------------------------------------------------
# My.Zsh - My personal zsh configuration
2020-03-02 10:14:35 +00:00
# Copyright (C) 2013-2020 Sameer Rahmani <lxsameer@gnu.org>
2013-05-06 12:54:02 +01:00
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# -----------------------------------------------------------------------------
2013-10-30 06:09:20 +00:00
alias ag="apt-get"
2013-12-15 14:15:40 +00:00
alias agu="apt-get update"
2014-03-30 08:39:55 +01:00
alias agi="apt-get install "
alias agr="apt-get remove "
alias agp="apt-get purge "
alias agd="apt-get dist-upgrade"
alias ags="apt-cache search "
alias agc="apt-cache "
alias aps="aptitude search "
2017-06-23 20:48:41 +01:00
alias a="apt"
alias ai="apt install"
alias au="apt update"