Prefix cd calls with builtin (#8937)

This commit is contained in:
Jacob Menke 2020-05-20 05:30:11 -04:00 committed by GitHub
commit 582c8cb291
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View file

@ -63,7 +63,7 @@ fi
# Construct zcompdump OMZ metadata
zcompdump_metadata="\
#omz revision: $(cd -q "$ZSH"; git rev-parse HEAD 2>/dev/null)
#omz revision: $(builtin cd -q "$ZSH"; git rev-parse HEAD 2>/dev/null)
#omz fpath: $fpath\
"