SudoDnfDashY to Linux · 3 years agoI never knew how much of a time saver aliasing is. It's amazing.videomessage-square6fedilinkarrow-up17arrow-down10
arrow-up17arrow-down1videoI never knew how much of a time saver aliasing is. It's amazing.SudoDnfDashY to Linux · 3 years agomessage-square6fedilink
minus-squarelonnezlinkfedilinkarrow-up3·3 years agoProbably just bash aliases: e.g. alias in="apt install"
minus-squareSudoDnfDashYOPlinkfedilinkarrow-up2·3 years agoYou’re right. alias in=“sudo apt install” alias up=“sudo apt update && sudo apt upgrade” alias unin=“sudo apt purge” I just put this all in my .bashrc file.
Probably just bash aliases:
e.g.
alias in="apt install"
You’re right.
alias in=“sudo apt install”
alias up=“sudo apt update && sudo apt upgrade”
alias unin=“sudo apt purge”
I just put this all in my .bashrc file.