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:
@@ -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\
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user