only alias jq=gojq if the latter is available

This commit is contained in:
2023-12-10 19:32:23 +00:00
parent 3ba6345b5a
commit be5021e9d8

View File

@@ -15,7 +15,7 @@ command -v shopt > /dev/null && shopt -s expand_aliases
alias dmenu="sxmo_dmenu.sh"
alias bemenu="sxmo_dmenu.sh"
alias jq="gojq" # better performances
command -v gojq > /dev/null && alias jq="gojq" # better performances
if ! command -v sxmobar > /dev/null; then
sxmobar() {