Vendor the command set the menu and shell depend on

This commit is contained in:
2026-09-19 23:57:12 -04:00
parent 9501f2bb4d
commit c5434026a8
179 changed files with 12414 additions and 54 deletions
+4
View File
@@ -1,6 +1,10 @@
BLOB_PATH="$HOME/.local/share/blob"
export BLOB_PATH
case ":$PATH:" in
*":$BLOB_PATH/bin:"*) ;;
*) PATH="$BLOB_PATH/bin${PATH:+:$PATH}" ;;
esac
case ":$PATH:" in
*":$HOME/.local/share/mise/shims:"*) ;;
*) PATH="${PATH:+$PATH:}$HOME/.local/share/mise/shims" ;;