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"