diff --git a/.aliases b/.aliases index 7e06740..0174d81 100755 --- a/.aliases +++ b/.aliases @@ -24,9 +24,9 @@ alias tree='eza --tree --group-directories-first --icons --git-ignore -git --sor alias top='btop' # jq on everything -alias yq='whyq --input=yaml' -alias tq='whyq --input=toml' -alias JQ='whyq --input=json' +alias yq='lq --input=yaml' +alias tq='lq --input=toml' +alias JQ='lq --input=json' # hyprland alias hde="hyprctl dispatch exec" diff --git a/justfile b/justfile index 449bd97..6588698 100644 --- a/justfile +++ b/justfile @@ -18,8 +18,8 @@ link: fontguard && check fd --base-directory share/ --max-depth 1 --no-ignore-vcs -a -x ln -sfn {} {{CONFIG_HOME}}/ # OS specific links ln -sf $PWD/config/alacritty/{{os()}}.toml config/alacritty/os.toml - # key specific overrides (using whyq) - #yq -i '.SKIP_HOST_UPDATE=true' --input=json ~/.config/discord/settings.json + # key specific overrides + lq -i '.SKIP_HOST_UPDATE=true' --input=json ~/.config/discord/settings.json # font guard helper fontguard: