diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2025-12-27 14:43:27 +0300 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2025-12-27 14:43:27 +0300 |
| commit | 8fa25a02014197ca02bf2c4ba02ec18027de46e1 (patch) | |
| tree | 1b3ecbc003a9fa4ea4713848b879a5a807831514 /submodules/command_hash.zsh | |
| parent | 226c6d7590f1e9dfc24b82271af015e3549c8668 (diff) | |
*/*: Use source instead of dot
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
Diffstat (limited to 'submodules/command_hash.zsh')
| -rw-r--r-- | submodules/command_hash.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/submodules/command_hash.zsh b/submodules/command_hash.zsh index 0558ff6..6bd97d6 100644 --- a/submodules/command_hash.zsh +++ b/submodules/command_hash.zsh @@ -30,8 +30,8 @@ done for ib_board in {a..z} do - . "${units}/ib_config.zsh" - . "${units}/ib_hash.zsh" & + source "${units}/ib_config.zsh" + source "${units}/ib_hash.zsh" & wait if ! [[ -f "${ib_post}" ]] |
