chore: shfmt, cleanup

This commit is contained in:
2024-12-28 18:59:09 +02:00
parent eb91a43bbd
commit a8a473a46d
26 changed files with 299 additions and 516 deletions

View File

@@ -1,5 +1,4 @@
#!/usr/bin/env bash
#
# Install z
#
# shellcheck source=shared.sh
@@ -16,9 +15,9 @@ clone_z_repo()
if [ ! -d "$bin_path" ]; then
git clone "$git_path" "$bin_path"
msg "z installed at $bin_path"
msgr run_done "z installed at $bin_path"
else
msg "z ($bin_path/) already installed"
msgr ok "z ($bin_path/) already installed"
fi
}