Prefix cd calls with builtin (#8937)

This commit is contained in:
Jacob Menke
2020-05-20 11:30:11 +02:00
committed by GitHub
parent 8b51d17c46
commit 582c8cb291
3 changed files with 9 additions and 9 deletions
+1 -1
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\
"