stop omarchy-mise-install from overwriting symlink targets (#6619)

This commit is contained in:
Mr. Mendez
2026-08-08 08:58:12 +02:00
committed by GitHub
parent 2b9e2720b3
commit 5e5a6e8c89
+1
View File
@@ -14,6 +14,7 @@ bin=${3:-$command}
mkdir -p "$HOME/.local/bin"
rm -f "$HOME/.local/bin/$command"
cat >"$HOME/.local/bin/$command" <<EOF
#!/bin/bash
mise use -g "$package" || exit 1