mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-07-27 09:07:20 +02:00
{bash,zsh}rc: add alias flatpaks for searching without description
This commit is contained in:
parent
b635d61bd5
commit
9ee292c9ee
@ -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
|
||||
|
2
rc/zshrc
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user