Skip to content

Commit

Permalink
use yq aliases
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Oct 16, 2024
1 parent cd8352a commit d9848fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .aliases
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ alias tree='eza --tree --group-directories-first --icons --git-ignore -git --sor
alias top='btop'

# jq on everything
alias tq='yq --input=toml'
alias JQ='yq --input=json'
alias yq='whyq --input=yaml'
alias tq='whyq --input=toml'
alias JQ='whyq --input=json'

# hyprland
alias hde="hyprctl dispatch exec"
Expand Down

0 comments on commit d9848fe

Please sign in to comment.