diff --git a/root.bashrc b/root.bashrc index 40a1668..7f4bee4 100644 --- a/root.bashrc +++ b/root.bashrc @@ -36,3 +36,7 @@ function hgrep () { function pgrep () { ps aux | grep $1 } + +function u2d () { + apt update && apt full-upgrade -y && apt autoremove -y +}