{bash,zsh}rc: add alias flatpaks for searching without description

This commit is contained in:
Aminda Suomalainen 2025-07-17 09:50:23 +03:00
parent b635d61bd5
commit 9ee292c9ee
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 4 additions and 0 deletions

View File

@ -657,6 +657,8 @@ alias nordvpn-off2=nordvpn-offf
# Consistency in flatpak commands
alias flatpak="LANG=C.UTF-8 flatpak"
# Search without description
alias flatpaks="LANG=C.UTF-8 flatpak search --columns=remote,version,application"
if hash homebrew 2> /dev/null; then
alias brew=homebrew

View File

@ -645,6 +645,8 @@ alias nordvpn-off2=nordvpn-offf
# Consistency in flatpak commands
alias flatpak="LANG=C.UTF-8 flatpak"
# Search without description
alias flatpaks="LANG=C.UTF-8 flatpak search --columns=remote,version,application"
if hash homebrew 2> /dev/null; then
alias brew=homebrew