mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Prefix cd calls with builtin (#8937)
This commit is contained in:
parent
8b51d17c46
commit
582c8cb291
3 changed files with 9 additions and 9 deletions
|
|
@ -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\
|
||||
"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue