From b390872d27f46caf1aa284b60c9f3013517ae71e Mon Sep 17 00:00:00 2001 From: ash Date: Fri, 29 May 2026 15:04:11 +0100 Subject: [PATCH] app remove help --- .bashrc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 33768e7..fda58b1 100644 --- a/.bashrc +++ b/.bashrc @@ -65,9 +65,13 @@ function helpme() { echo -e "nds-patcher : Patches NDS ROMs" echo -e "megadrive : Flashes Megadrive Carts" echo -e "" - echo -e "\e[32m--------- System Stats ----------\e[0m" + echo -e "\e[32m------------ System -------------\e[0m" echo -e "kill [tab] : Show processes to Kill" echo -e "btop : Show systems stats" + echo -e "rpmlist : List all RPM packages" + echo -e "sudo dnf remove *name : Remove a RPM package" + echo -e "flatpak list --app : List flatpak packages" + echo -e "flatremove app_id : Remove flatpak app" echo -e "" } @@ -92,6 +96,8 @@ alias star-edit="nano ~/.config/starship.toml" alias ssh="kitty +kitten ssh" alias pack="tar -cvJf" # pack compressed.tar.xz /folder/file1.txt /folder/folder2 alias unpack="tar -xvf" +alias flatremove="flatpak uninstall" +alias rpmlist="dnf list installed" # Scripts alias myapps="sudo -v && ~/.bash/scripts/fedora-apps.sh" alias phoneapps="~/.bash/scripts/phone-apps.sh"