Refrain from using system pp.
This commit is contained in:
parent
456b328634
commit
8913126af8
1 changed files with 1 additions and 1 deletions
|
|
@ -5,5 +5,5 @@ alias vim="nvim"
|
|||
alias cdw="cd \${WORKSPACE_DIR}"
|
||||
|
||||
function cdp() {
|
||||
cd -- "$(pp "$@")"
|
||||
cd -- "$(~/.local/bin/pp "$@")"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue