diff options
Diffstat (limited to 'operators/command_help.zsh')
| -rw-r--r-- | operators/command_help.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/operators/command_help.zsh b/operators/command_help.zsh index ec298bc..bfc1cbb 100644 --- a/operators/command_help.zsh +++ b/operators/command_help.zsh @@ -3,7 +3,7 @@ # SPDX-License-Identifier: Apache-2.0 output_text="${help_general}" -. "${units}/help.zsh" +source "${units}/help.zsh" link_preview_options="$( jq --null-input --compact-output \ |
