diff --git a/base/.config/bash/bashrc.d/aliases.sh b/base/.config/bash/bashrc.d/aliases.sh index 69f206b..c9801b3 100644 --- a/base/.config/bash/bashrc.d/aliases.sh +++ b/base/.config/bash/bashrc.d/aliases.sh @@ -17,6 +17,7 @@ alias wget-opendir='wget --recursive --level 0 --continue --no-clobber \ alias numfiles='find . -maxdepth 1 -type f | wc -l' alias take='sudo chown $(whoami):$(whoami) ' +alias pretty_json='jq --compact-output | prettier --parser json | bat --language json' if [[ $(uname) == Linux ]]; then alias ls='ls --color=auto'