mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:49:26 +01:00
bashrc & zshrc: make aptitude suggest apt-* for me.
This commit is contained in:
parent
f71637fcaa
commit
f98f9a9fca
@ -7,3 +7,5 @@ alias proxychains="proxychains " # MKAYSIGREP # MKAYSIGREPALIAS
|
|||||||
alias checkinstall="make install " # MKAYSIGREP # MKAYSIGREPALIAS
|
alias checkinstall="make install " # MKAYSIGREP # MKAYSIGREPALIAS
|
||||||
alias gpg=gpg2 # MKAYSIGREP # MKAYSIGREPALIAS
|
alias gpg=gpg2 # MKAYSIGREP # MKAYSIGREPALIAS
|
||||||
alias wget="echo Running curl -LO instead of wget && curl -LO " # 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
|
||||||
|
|
||||||
|
@ -8,3 +8,4 @@ alias checkinstall="make install " # MKAYSIGREP MKAYSIGREPALIAS
|
|||||||
alias gpg=gpg2 # MKAYSIGREP MKAYSIGREPALIAS
|
alias gpg=gpg2 # MKAYSIGREP MKAYSIGREPALIAS
|
||||||
compdef gpg2=gpg # MKAYSIGREP MKAYSIGREPALIAS
|
compdef gpg2=gpg # MKAYSIGREP MKAYSIGREPALIAS
|
||||||
alias wget="echo Running curl -LO instead of wget && curl -LO " # 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
4
bashrc
@ -453,7 +453,7 @@ alias rss=reset
|
|||||||
# Who command which I use with Conky
|
# Who command which I use with Conky
|
||||||
alias cwho="who -H -w -u"
|
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 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 apt-getyup="apt-get -y update;apt-get -y upgrade;update-grub"
|
||||||
alias aptitudeyup="aptitude -y update;aptitude -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 apt-gety="apt-get -y "
|
||||||
alias aptitudey="aptitude -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
|
# Set core pattern how I want it to be
|
||||||
alias fcorepattern='echo kernel.core_pattern = %e-%p-%h.core >> /etc/sysctl.conf;sysctl -f'
|
alias fcorepattern='echo kernel.core_pattern = %e-%p-%h.core >> /etc/sysctl.conf;sysctl -f'
|
||||||
|
|
||||||
|
2
zshrc
2
zshrc
@ -437,6 +437,8 @@ alias apt-gety="apt-get -y "
|
|||||||
alias aptitudey="aptitude -y "
|
alias aptitudey="aptitude -y "
|
||||||
alias apty="apt -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
|
# Set core pattern how I want it to be
|
||||||
alias fcorepattern='echo kernel.core_pattern = %e-%p-%h.core >> /etc/sysctl.conf;sysctl -f'
|
alias fcorepattern='echo kernel.core_pattern = %e-%p-%h.core >> /etc/sysctl.conf;sysctl -f'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user