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
Oh My Zsh
Commits
be578d9e
Commit
be578d9e
authored
Aug 31, 2014
by
Robby Russell
Browse files
Merge pull request #3053 from jingweno/patch-1
Fix missing add-zsh-hook
parents
a5cbd310
dc9e1764
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/termsupport.zsh
View file @
be578d9e
...
...
@@ -34,6 +34,5 @@ function omz_termsupport_preexec {
title
'$CMD'
'%100>...>$LINE%<<'
}
autoload
-U
add-zsh-hook
add-zsh-hook precmd omz_termsupport_precmd
add-zsh-hook preexec omz_termsupport_preexec
precmd_functions+
=(
omz_termsupport_precmd
)
preexec_functions+
=(
omz_termsupport_preexec
)
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