From 9ee292c9ee82c6c16a5678330ee1575c04577ef1 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 17 Jul 2025 09:50:23 +0300 Subject: [PATCH] {bash,zsh}rc: add alias flatpaks for searching without description --- rc/bashrc | 2 ++ rc/zshrc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/rc/bashrc b/rc/bashrc index d0148f20..be476249 100755 --- a/rc/bashrc +++ b/rc/bashrc @@ -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 diff --git a/rc/zshrc b/rc/zshrc index b4e816a4..e9cc335a 100755 --- a/rc/zshrc +++ b/rc/zshrc @@ -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