Commit aee9e603 authored by Marc Cornellà's avatar Marc Cornellà
Browse files

init: reapply hack for invalid ZSH_COMPDUMP filenames (b8761985)

parent 5d1cdb22
......@@ -85,7 +85,9 @@ fi
# Append zcompdump metadata if missing
if (( $zcompdump_refresh )); then
cat >>| "$ZSH_COMPDUMP" <<EOF
# Use `tee` in case the $ZSH_COMPDUMP filename is invalid, to silence the error
# See https://github.com/ohmyzsh/ohmyzsh/commit/dd1a7269#commitcomment-39003489
tee -a "$ZSH_COMPDUMP" &>/dev/null <<EOF
$zcompdump_revision
$zcompdump_fpath
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment