alias alias-edit="vim ~/.local/config/alias_config && source ~/.local/config/alias_config && echo 'Alias updated. \n'"
alias ls="exa"
alias find="fdfind"
alias battery-full="system76-power charge-thresholds --profile full_charge"
alias battery-balanced="system76-power charge-thresholds --profile balanced"
alias battery-maxhealth="system76-power charge-thresholds --profile max_lifespan"
alias update-flatapt="sudo apt update && sudo apt upgrade -y && flatpak update --assumeyes"
alias tree="exa --tree"
alias devi-do="sudo incus exec dev0 -- su -l devi"
alias code="flatpak run com.visualstudio.code"
~
I use flatpak, pacman, and yay for my software management. I unify the basic needs by using these aliases:
SEARCH fsearch = flatpak search <input> psearch = pacman -Ss <input> ysearch = yay -Ss <input> REMOVE fremove premove yremove LIST flist plist ylist GARBAGE COLLECTION fcg pcg ycg And so on.
Additionally I also gave
ucg
as well as an all-in-one garbage collector command.