TropicalDingdong@lemmy.world to linuxmemes@lemmy.world · 1 month agoi guess its about time..lemmy.worldimagemessage-square26fedilinkarrow-up1299arrow-down11
arrow-up1298arrow-down1imagei guess its about time..lemmy.worldTropicalDingdong@lemmy.world to linuxmemes@lemmy.world · 1 month agomessage-square26fedilink
minus-squareSkullgrid@lemmy.worldlinkfedilinkarrow-up10·edit-21 month 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 ~