TropicalDingdong@lemmy.world to linuxmemes@lemmy.world · 24 hours agoi guess its about time..lemmy.worldimagemessage-square35fedilinkarrow-up1324arrow-down11
arrow-up1323arrow-down1imagei guess its about time..lemmy.worldTropicalDingdong@lemmy.world to linuxmemes@lemmy.world · 24 hours agomessage-square35fedilink
minus-squareSkullgrid@lemmy.worldlinkfedilinkarrow-up11·edit-218 hours 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 ~