mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-22 18:52:45 +01:00
bashrc & zshrc: fix my weird apt*up aliases that I haven't ever used.
This commit is contained in:
parent
38f87d6933
commit
fe2f84234f
4
bashrc
4
bashrc
@ -454,9 +454,11 @@ alias cwho="who -H -w -u"
|
||||
|
||||
# Upgrading Redhad/Debian
|
||||
alias yumyup="yum -y check-update;yum -y update;grub2-mkconfig -o /boot/grub2/grub.cfg"
|
||||
alias aptyup="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 aptyup="apt -y update;apt -y upgrade;update-grub"
|
||||
alias apty="apt -y"
|
||||
alias apt-gety="apt-get -y "
|
||||
alias aptitudey="aptitude -y "
|
||||
|
||||
|
4
zshrc
4
zshrc
@ -427,11 +427,13 @@ alias cwho="who -H -w -u"
|
||||
|
||||
# Upgrading Redhad/Debian
|
||||
alias yumyup="yum -y check-update;yum -y update;grub2-mkconfig -o /boot/grub2/grub.cfg"
|
||||
alias aptyup="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 aptyup="apt -y update;apt -y upgrade;update-grub"
|
||||
|
||||
alias apt-gety="apt-get -y "
|
||||
alias aptitudey="aptitude -y "
|
||||
alias apty="apt -y"
|
||||
|
||||
# Set core pattern how I want it to be
|
||||
alias fcorepattern='echo kernel.core_pattern = %e-%p-%h.core >> /etc/sysctl.conf;sysctl -f'
|
||||
|
Loading…
Reference in New Issue
Block a user