Skip to content

Commit

Permalink
[cleanup] Added missing global variable cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Aguettaz committed Nov 23, 2018
1 parent 1ba023c commit 2f3d4bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/helpers.bash
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ function _make_reload_alias() {
_list_bash_it_files '"$1"' ;\
for _bash_it_config_file in "${_bash_it_list_bash_it_files_return[@]}"; do \
. "$_bash_it_config_file" ;\
done'
done ;\
unset _bash_it_list_bash_it_files_return ;\
unset _bash_it_config_file'
}

# Alias for reloading aliases
Expand Down

0 comments on commit 2f3d4bd

Please sign in to comment.