only alias jq=gojq if the latter is available
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user