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
0565251c
Commit
0565251c
authored
Jul 17, 2019
by
Ilya Gorski
Browse files
Unset all local functions after running them
parent
b90f76c1
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/fzf/fzf.plugin.zsh
View file @
0565251c
...
@@ -91,3 +91,5 @@ function indicate_error() {
...
@@ -91,3 +91,5 @@ function indicate_error() {
# Check for debian package first, because it easy to short cut
# Check for debian package first, because it easy to short cut
# Indicate to user that fzf installation not found if nothing worked
# Indicate to user that fzf installation not found if nothing worked
setup_using_debian_package
||
setup_using_base_dir
||
indicate_error
setup_using_debian_package
||
setup_using_base_dir
||
indicate_error
unset
-f
setup_using_debian_package setup_using_base_dir indicate_error
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