Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
aee9e603
Commit
aee9e603
authored
Jun 03, 2020
by
Marc Cornellà
Browse files
init: reapply hack for invalid ZSH_COMPDUMP filenames (
b8761985
)
parent
5d1cdb22
Changes
1
Hide whitespace changes
Inline
Side-by-side
oh-my-zsh.sh
View file @
aee9e603
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment