1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-30 02:03:30 +02: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
+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\
"