TropicalDingdong@lemmy.world to linuxmemes@lemmy.world · 2 months agoi guess its about time..lemmy.worldimagemessage-square36fedilinkarrow-up1357
arrow-up1357imagei guess its about time..lemmy.worldTropicalDingdong@lemmy.world to linuxmemes@lemmy.world · 2 months agomessage-square36fedilink
minus-squareSkullgrid@lemmy.worldlinkfedilinkarrow-up12·edit-22 months agocd ~ nano .bash_aliases At the end of the file alias executeOrder="sudo apt update && sudo apt upgrade -y && sudo apt auto remove -y" Ctrl+X Y Enter. Source .bash_aliases There. Now it’s executeOrder Edit : .bash_alias(es?) should be in the home folder. Switch to it with cd ~
At the end of the file
Ctrl+X
Y Enter.
There. Now it’s executeOrder
Edit : .bash_alias(es?) should be in the home folder. Switch to it with cd ~