diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2025-09-21 16:15:51 +0500 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2025-09-21 16:15:51 +0500 |
| commit | 3b3473cadd79fc0990b1181e8f770c5b947fa332 (patch) | |
| tree | d660b591b90d189996b0e11afdf3df9228edcb0a | |
| parent | 8930caf6179c064b062fe3fd3c2873cfbc8d9b3b (diff) | |
submodules/command_hash: Fix appearance
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
| -rw-r--r-- | submodules/command_hash.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/submodules/command_hash.zsh b/submodules/command_hash.zsh index 9b4f2aa..e5e5c81 100644 --- a/submodules/command_hash.zsh +++ b/submodules/command_hash.zsh @@ -30,6 +30,7 @@ done for ib_board in {a..z} do + . "${units}/ib_config.zsh" . "${units}/ib_hash.zsh" & wait |
