bashrc & zshrc: make aptitude suggest apt-* for me.

This commit is contained in:
Mikaela Suomalainen 2014-04-21 10:18:41 +03:00
parent f71637fcaa
commit f98f9a9fca
4 changed files with 8 additions and 1 deletions

View File

@ -7,3 +7,5 @@ alias proxychains="proxychains " # MKAYSIGREP # MKAYSIGREPALIAS
alias checkinstall="make install " # MKAYSIGREP # MKAYSIGREPALIAS
alias gpg=gpg2 # MKAYSIGREP # MKAYSIGREPALIAS
alias wget="echo Running curl -LO instead of wget && curl -LO " # MKAYSIGREP # MKAYSIGREPALIAS
alias aptitude='"You might want to try apt-* instead...' #MKAYSIGREP

View File

@ -8,3 +8,4 @@ alias checkinstall="make install " # MKAYSIGREP MKAYSIGREPALIAS
alias gpg=gpg2 # MKAYSIGREP MKAYSIGREPALIAS
compdef gpg2=gpg # MKAYSIGREP MKAYSIGREPALIAS
alias wget="echo Running curl -LO instead of wget && curl -LO " # MKAYSIGREP # MKAYSIGREPALIAS
alias aptitude='"You might want to try apt-* instead...' #MKAYSIGREP MKAYSIALIAS

4
bashrc
View File

@ -453,7 +453,7 @@ alias rss=reset
# Who command which I use with Conky
alias cwho="who -H -w -u"
# Upgrading Redhad/Debian
# Upgrading Redhat/Debian
alias yumyup="yum -y check-update;yum -y update;grub2-mkconfig -o /boot/grub2/grub.cfg"
alias apt-getyup="apt-get -y update;apt-get -y upgrade;update-grub"
alias aptitudeyup="aptitude -y update;aptitude -y upgrade;update-grub"
@ -463,6 +463,8 @@ alias apty="apt -y"
alias apt-gety="apt-get -y "
alias aptitudey="aptitude -y "
#alias aptitude='"You might want to try apt-* instead...' #MKAYSIGREP #MKAYSIGREPALIAS
# Set core pattern how I want it to be
alias fcorepattern='echo kernel.core_pattern = %e-%p-%h.core >> /etc/sysctl.conf;sysctl -f'

2
zshrc
View File

@ -437,6 +437,8 @@ alias apt-gety="apt-get -y "
alias aptitudey="aptitude -y "
alias apty="apt -y"
#alias aptitude='"You might want to try apt-* instead...' # MKAYSIGREP #MKAYSIGREPALIAS
# Set core pattern how I want it to be
alias fcorepattern='echo kernel.core_pattern = %e-%p-%h.core >> /etc/sysctl.conf;sysctl -f'