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