mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
bashrc: allias is not a valid command.
This commit is contained in:
parent
60b47e7880
commit
8df8156748
2
bashrc
2
bashrc
@ -437,7 +437,7 @@ 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"
|
||||
allias aptitudeyup="aptitude -y update;aptitude -y upgrade;update-grub"
|
||||
alias aptitudeyup="aptitude -y update;aptitude -y upgrade;update-grub"
|
||||
|
||||
alias apt-gety="apt-get -y "
|
||||
alias aptitudey="aptitude -y "
|
||||
|
Loading…
Reference in New Issue
Block a user