1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

Prefix cd calls with builtin (#8937)

This commit is contained in:
Jacob Menke
2020-05-20 05:30:11 -04:00
committed by GitHub
parent 8b51d17c46
commit 582c8cb291
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\
"