This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# YAML syntax highlight for the terminal. Just pipe YAML through it. | |
alias yc='yq -C eval-all' | |
# Less with YAML syntax highlighting | |
alias yless='yq -C eval-all | less -R' |