Refrain from using system pp.

This commit is contained in:
Hans Goor 2025-06-22 14:36:13 +01:00
parent 456b328634
commit 8913126af8
Signed by: eyedevelop
SSH key fingerprint: SHA256:Td89veptDEwCV8J3fjqnknNk7SbwzedYhauyC2nFBYg

View file

@ -5,5 +5,5 @@ alias vim="nvim"
alias cdw="cd \${WORKSPACE_DIR}"
function cdp() {
cd -- "$(pp "$@")"
cd -- "$(~/.local/bin/pp "$@")"
}