This commit is contained in:
Ted Kulp
2024-07-22 16:05:10 -04:00
parent 0d5df845c8
commit e6af2e4040
5 changed files with 12 additions and 4 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ function p () {
}
alias pl="p -l"
alias jqp="jq . | p -l json"
alias yqp="yq . | p -l yaml"
# alias jqp="jq . | p -l json"
#alias yqp="yq . | p -l yaml"
alias pjq="jq . | p -l json"
alias pyq="yq . | p -l yaml"